module Stratosphere.EC2.IPAMPool (
        module Exports, IPAMPool(..), mkIPAMPool
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.EC2.IPAMPool.ProvisionedCidrProperty as Exports
import {-# SOURCE #-} Stratosphere.EC2.IPAMPool.SourceResourceProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Tag
import Stratosphere.Value
data IPAMPool
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html>
    IPAMPool {IPAMPool -> ()
haddock_workaround_ :: (),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-addressfamily>
              IPAMPool -> Value Text
addressFamily :: (Value Prelude.Text),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-allocationdefaultnetmasklength>
              IPAMPool -> Maybe (Value Integer)
allocationDefaultNetmaskLength :: (Prelude.Maybe (Value Prelude.Integer)),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-allocationmaxnetmasklength>
              IPAMPool -> Maybe (Value Integer)
allocationMaxNetmaskLength :: (Prelude.Maybe (Value Prelude.Integer)),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-allocationminnetmasklength>
              IPAMPool -> Maybe (Value Integer)
allocationMinNetmaskLength :: (Prelude.Maybe (Value Prelude.Integer)),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-allocationresourcetags>
              IPAMPool -> Maybe [Tag]
allocationResourceTags :: (Prelude.Maybe [Tag]),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-autoimport>
              IPAMPool -> Maybe (Value Bool)
autoImport :: (Prelude.Maybe (Value Prelude.Bool)),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-awsservice>
              IPAMPool -> Maybe (Value Text)
awsService :: (Prelude.Maybe (Value Prelude.Text)),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-description>
              IPAMPool -> Maybe (Value Text)
description :: (Prelude.Maybe (Value Prelude.Text)),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-ipamscopeid>
              IPAMPool -> Value Text
ipamScopeId :: (Value Prelude.Text),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-locale>
              IPAMPool -> Maybe (Value Text)
locale :: (Prelude.Maybe (Value Prelude.Text)),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-provisionedcidrs>
              IPAMPool -> Maybe [ProvisionedCidrProperty]
provisionedCidrs :: (Prelude.Maybe [ProvisionedCidrProperty]),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-publicipsource>
              IPAMPool -> Maybe (Value Text)
publicIpSource :: (Prelude.Maybe (Value Prelude.Text)),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-publiclyadvertisable>
              IPAMPool -> Maybe (Value Bool)
publiclyAdvertisable :: (Prelude.Maybe (Value Prelude.Bool)),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-sourceipampoolid>
              IPAMPool -> Maybe (Value Text)
sourceIpamPoolId :: (Prelude.Maybe (Value Prelude.Text)),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-sourceresource>
              IPAMPool -> Maybe SourceResourceProperty
sourceResource :: (Prelude.Maybe SourceResourceProperty),
              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-tags>
              IPAMPool -> Maybe [Tag]
tags :: (Prelude.Maybe [Tag])}
  deriving stock (IPAMPool -> IPAMPool -> Bool
(IPAMPool -> IPAMPool -> Bool)
-> (IPAMPool -> IPAMPool -> Bool) -> Eq IPAMPool
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: IPAMPool -> IPAMPool -> Bool
== :: IPAMPool -> IPAMPool -> Bool
$c/= :: IPAMPool -> IPAMPool -> Bool
/= :: IPAMPool -> IPAMPool -> Bool
Prelude.Eq, Int -> IPAMPool -> ShowS
[IPAMPool] -> ShowS
IPAMPool -> String
(Int -> IPAMPool -> ShowS)
-> (IPAMPool -> String) -> ([IPAMPool] -> ShowS) -> Show IPAMPool
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> IPAMPool -> ShowS
showsPrec :: Int -> IPAMPool -> ShowS
$cshow :: IPAMPool -> String
show :: IPAMPool -> String
$cshowList :: [IPAMPool] -> ShowS
showList :: [IPAMPool] -> ShowS
Prelude.Show)
mkIPAMPool :: Value Prelude.Text -> Value Prelude.Text -> IPAMPool
mkIPAMPool :: Value Text -> Value Text -> IPAMPool
mkIPAMPool Value Text
addressFamily Value Text
ipamScopeId
  = IPAMPool
      {haddock_workaround_ :: ()
haddock_workaround_ = (), addressFamily :: Value Text
addressFamily = Value Text
addressFamily,
       ipamScopeId :: Value Text
ipamScopeId = Value Text
ipamScopeId,
       allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationDefaultNetmaskLength = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
       allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
       allocationMinNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
       allocationResourceTags :: Maybe [Tag]
allocationResourceTags = Maybe [Tag]
forall a. Maybe a
Prelude.Nothing,
       autoImport :: Maybe (Value Bool)
autoImport = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing, awsService :: Maybe (Value Text)
awsService = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       description :: Maybe (Value Text)
description = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, locale :: Maybe (Value Text)
locale = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       provisionedCidrs :: Maybe [ProvisionedCidrProperty]
provisionedCidrs = Maybe [ProvisionedCidrProperty]
forall a. Maybe a
Prelude.Nothing,
       publicIpSource :: Maybe (Value Text)
publicIpSource = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       publiclyAdvertisable :: Maybe (Value Bool)
publiclyAdvertisable = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
       sourceIpamPoolId :: Maybe (Value Text)
sourceIpamPoolId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       sourceResource :: Maybe SourceResourceProperty
sourceResource = Maybe SourceResourceProperty
forall a. Maybe a
Prelude.Nothing, tags :: Maybe [Tag]
tags = Maybe [Tag]
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties IPAMPool where
  toResourceProperties :: IPAMPool -> ResourceProperties
toResourceProperties IPAMPool {Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: IPAMPool -> ()
addressFamily :: IPAMPool -> Value Text
allocationDefaultNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMaxNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMinNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationResourceTags :: IPAMPool -> Maybe [Tag]
autoImport :: IPAMPool -> Maybe (Value Bool)
awsService :: IPAMPool -> Maybe (Value Text)
description :: IPAMPool -> Maybe (Value Text)
ipamScopeId :: IPAMPool -> Value Text
locale :: IPAMPool -> Maybe (Value Text)
provisionedCidrs :: IPAMPool -> Maybe [ProvisionedCidrProperty]
publicIpSource :: IPAMPool -> Maybe (Value Text)
publiclyAdvertisable :: IPAMPool -> Maybe (Value Bool)
sourceIpamPoolId :: IPAMPool -> Maybe (Value Text)
sourceResource :: IPAMPool -> Maybe SourceResourceProperty
tags :: IPAMPool -> Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::EC2::IPAMPool", supportsTags :: Bool
supportsTags = Bool
Prelude.True,
         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
"AddressFamily" 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
addressFamily,
                            Key
"IpamScopeId" 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
ipamScopeId]
                           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                              [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
"AllocationDefaultNetmaskLength"
                                 (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)
allocationDefaultNetmaskLength,
                               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
"AllocationMaxNetmaskLength"
                                 (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)
allocationMaxNetmaskLength,
                               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
"AllocationMinNetmaskLength"
                                 (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)
allocationMinNetmaskLength,
                               Key -> [Tag] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AllocationResourceTags"
                                 ([Tag] -> (Key, Value)) -> Maybe [Tag] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
allocationResourceTags,
                               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
"AutoImport" (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)
autoImport,
                               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
"AwsService" (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)
awsService,
                               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Description" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
description,
                               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Locale" (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)
locale,
                               Key -> [ProvisionedCidrProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ProvisionedCidrs" ([ProvisionedCidrProperty] -> (Key, Value))
-> Maybe [ProvisionedCidrProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [ProvisionedCidrProperty]
provisionedCidrs,
                               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
"PublicIpSource" (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)
publicIpSource,
                               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
"PubliclyAdvertisable" (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)
publiclyAdvertisable,
                               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
"SourceIpamPoolId" (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)
sourceIpamPoolId,
                               Key -> SourceResourceProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SourceResource" (SourceResourceProperty -> (Key, Value))
-> Maybe SourceResourceProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe SourceResourceProperty
sourceResource,
                               Key -> [Tag] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" ([Tag] -> (Key, Value)) -> Maybe [Tag] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
tags]))}
instance JSON.ToJSON IPAMPool where
  toJSON :: IPAMPool -> Value
toJSON IPAMPool {Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: IPAMPool -> ()
addressFamily :: IPAMPool -> Value Text
allocationDefaultNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMaxNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMinNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationResourceTags :: IPAMPool -> Maybe [Tag]
autoImport :: IPAMPool -> Maybe (Value Bool)
awsService :: IPAMPool -> Maybe (Value Text)
description :: IPAMPool -> Maybe (Value Text)
ipamScopeId :: IPAMPool -> Value Text
locale :: IPAMPool -> Maybe (Value Text)
provisionedCidrs :: IPAMPool -> Maybe [ProvisionedCidrProperty]
publicIpSource :: IPAMPool -> Maybe (Value Text)
publiclyAdvertisable :: IPAMPool -> Maybe (Value Bool)
sourceIpamPoolId :: IPAMPool -> Maybe (Value Text)
sourceResource :: IPAMPool -> Maybe SourceResourceProperty
tags :: IPAMPool -> Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
    = [(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
"AddressFamily" 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
addressFamily,
               Key
"IpamScopeId" 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
ipamScopeId]
              ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                 [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
"AllocationDefaultNetmaskLength"
                    (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)
allocationDefaultNetmaskLength,
                  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
"AllocationMaxNetmaskLength"
                    (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)
allocationMaxNetmaskLength,
                  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
"AllocationMinNetmaskLength"
                    (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)
allocationMinNetmaskLength,
                  Key -> [Tag] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AllocationResourceTags"
                    ([Tag] -> (Key, Value)) -> Maybe [Tag] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
allocationResourceTags,
                  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
"AutoImport" (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)
autoImport,
                  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
"AwsService" (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)
awsService,
                  Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Description" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
description,
                  Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Locale" (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)
locale,
                  Key -> [ProvisionedCidrProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ProvisionedCidrs" ([ProvisionedCidrProperty] -> (Key, Value))
-> Maybe [ProvisionedCidrProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [ProvisionedCidrProperty]
provisionedCidrs,
                  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
"PublicIpSource" (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)
publicIpSource,
                  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
"PubliclyAdvertisable" (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)
publiclyAdvertisable,
                  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
"SourceIpamPoolId" (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)
sourceIpamPoolId,
                  Key -> SourceResourceProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SourceResource" (SourceResourceProperty -> (Key, Value))
-> Maybe SourceResourceProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe SourceResourceProperty
sourceResource,
                  Key -> [Tag] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" ([Tag] -> (Key, Value)) -> Maybe [Tag] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
tags])))
instance Property "AddressFamily" IPAMPool where
  type PropertyType "AddressFamily" IPAMPool = Value Prelude.Text
  set :: PropertyType "AddressFamily" IPAMPool -> IPAMPool -> IPAMPool
set PropertyType "AddressFamily" IPAMPool
newValue IPAMPool {Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: IPAMPool -> ()
addressFamily :: IPAMPool -> Value Text
allocationDefaultNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMaxNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMinNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationResourceTags :: IPAMPool -> Maybe [Tag]
autoImport :: IPAMPool -> Maybe (Value Bool)
awsService :: IPAMPool -> Maybe (Value Text)
description :: IPAMPool -> Maybe (Value Text)
ipamScopeId :: IPAMPool -> Value Text
locale :: IPAMPool -> Maybe (Value Text)
provisionedCidrs :: IPAMPool -> Maybe [ProvisionedCidrProperty]
publicIpSource :: IPAMPool -> Maybe (Value Text)
publiclyAdvertisable :: IPAMPool -> Maybe (Value Bool)
sourceIpamPoolId :: IPAMPool -> Maybe (Value Text)
sourceResource :: IPAMPool -> Maybe SourceResourceProperty
tags :: IPAMPool -> Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
    = IPAMPool {addressFamily :: Value Text
addressFamily = PropertyType "AddressFamily" IPAMPool
Value Text
newValue, Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: ()
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
haddock_workaround_ :: ()
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
instance Property "AllocationDefaultNetmaskLength" IPAMPool where
  type PropertyType "AllocationDefaultNetmaskLength" IPAMPool = Value Prelude.Integer
  set :: PropertyType "AllocationDefaultNetmaskLength" IPAMPool
-> IPAMPool -> IPAMPool
set PropertyType "AllocationDefaultNetmaskLength" IPAMPool
newValue IPAMPool {Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: IPAMPool -> ()
addressFamily :: IPAMPool -> Value Text
allocationDefaultNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMaxNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMinNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationResourceTags :: IPAMPool -> Maybe [Tag]
autoImport :: IPAMPool -> Maybe (Value Bool)
awsService :: IPAMPool -> Maybe (Value Text)
description :: IPAMPool -> Maybe (Value Text)
ipamScopeId :: IPAMPool -> Value Text
locale :: IPAMPool -> Maybe (Value Text)
provisionedCidrs :: IPAMPool -> Maybe [ProvisionedCidrProperty]
publicIpSource :: IPAMPool -> Maybe (Value Text)
publiclyAdvertisable :: IPAMPool -> Maybe (Value Bool)
sourceIpamPoolId :: IPAMPool -> Maybe (Value Text)
sourceResource :: IPAMPool -> Maybe SourceResourceProperty
tags :: IPAMPool -> Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
    = IPAMPool
        {allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationDefaultNetmaskLength = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AllocationDefaultNetmaskLength" IPAMPool
Value Integer
newValue, Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
instance Property "AllocationMaxNetmaskLength" IPAMPool where
  type PropertyType "AllocationMaxNetmaskLength" IPAMPool = Value Prelude.Integer
  set :: PropertyType "AllocationMaxNetmaskLength" IPAMPool
-> IPAMPool -> IPAMPool
set PropertyType "AllocationMaxNetmaskLength" IPAMPool
newValue IPAMPool {Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: IPAMPool -> ()
addressFamily :: IPAMPool -> Value Text
allocationDefaultNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMaxNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMinNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationResourceTags :: IPAMPool -> Maybe [Tag]
autoImport :: IPAMPool -> Maybe (Value Bool)
awsService :: IPAMPool -> Maybe (Value Text)
description :: IPAMPool -> Maybe (Value Text)
ipamScopeId :: IPAMPool -> Value Text
locale :: IPAMPool -> Maybe (Value Text)
provisionedCidrs :: IPAMPool -> Maybe [ProvisionedCidrProperty]
publicIpSource :: IPAMPool -> Maybe (Value Text)
publiclyAdvertisable :: IPAMPool -> Maybe (Value Bool)
sourceIpamPoolId :: IPAMPool -> Maybe (Value Text)
sourceResource :: IPAMPool -> Maybe SourceResourceProperty
tags :: IPAMPool -> Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
    = IPAMPool {allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AllocationMaxNetmaskLength" IPAMPool
Value Integer
newValue, Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
instance Property "AllocationMinNetmaskLength" IPAMPool where
  type PropertyType "AllocationMinNetmaskLength" IPAMPool = Value Prelude.Integer
  set :: PropertyType "AllocationMinNetmaskLength" IPAMPool
-> IPAMPool -> IPAMPool
set PropertyType "AllocationMinNetmaskLength" IPAMPool
newValue IPAMPool {Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: IPAMPool -> ()
addressFamily :: IPAMPool -> Value Text
allocationDefaultNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMaxNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMinNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationResourceTags :: IPAMPool -> Maybe [Tag]
autoImport :: IPAMPool -> Maybe (Value Bool)
awsService :: IPAMPool -> Maybe (Value Text)
description :: IPAMPool -> Maybe (Value Text)
ipamScopeId :: IPAMPool -> Value Text
locale :: IPAMPool -> Maybe (Value Text)
provisionedCidrs :: IPAMPool -> Maybe [ProvisionedCidrProperty]
publicIpSource :: IPAMPool -> Maybe (Value Text)
publiclyAdvertisable :: IPAMPool -> Maybe (Value Bool)
sourceIpamPoolId :: IPAMPool -> Maybe (Value Text)
sourceResource :: IPAMPool -> Maybe SourceResourceProperty
tags :: IPAMPool -> Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
    = IPAMPool {allocationMinNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AllocationMinNetmaskLength" IPAMPool
Value Integer
newValue, Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
instance Property "AllocationResourceTags" IPAMPool where
  type PropertyType "AllocationResourceTags" IPAMPool = [Tag]
  set :: PropertyType "AllocationResourceTags" IPAMPool
-> IPAMPool -> IPAMPool
set PropertyType "AllocationResourceTags" IPAMPool
newValue IPAMPool {Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: IPAMPool -> ()
addressFamily :: IPAMPool -> Value Text
allocationDefaultNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMaxNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMinNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationResourceTags :: IPAMPool -> Maybe [Tag]
autoImport :: IPAMPool -> Maybe (Value Bool)
awsService :: IPAMPool -> Maybe (Value Text)
description :: IPAMPool -> Maybe (Value Text)
ipamScopeId :: IPAMPool -> Value Text
locale :: IPAMPool -> Maybe (Value Text)
provisionedCidrs :: IPAMPool -> Maybe [ProvisionedCidrProperty]
publicIpSource :: IPAMPool -> Maybe (Value Text)
publiclyAdvertisable :: IPAMPool -> Maybe (Value Bool)
sourceIpamPoolId :: IPAMPool -> Maybe (Value Text)
sourceResource :: IPAMPool -> Maybe SourceResourceProperty
tags :: IPAMPool -> Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
    = IPAMPool {allocationResourceTags :: Maybe [Tag]
allocationResourceTags = [Tag] -> Maybe [Tag]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [Tag]
PropertyType "AllocationResourceTags" IPAMPool
newValue, Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
instance Property "AutoImport" IPAMPool where
  type PropertyType "AutoImport" IPAMPool = Value Prelude.Bool
  set :: PropertyType "AutoImport" IPAMPool -> IPAMPool -> IPAMPool
set PropertyType "AutoImport" IPAMPool
newValue IPAMPool {Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: IPAMPool -> ()
addressFamily :: IPAMPool -> Value Text
allocationDefaultNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMaxNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMinNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationResourceTags :: IPAMPool -> Maybe [Tag]
autoImport :: IPAMPool -> Maybe (Value Bool)
awsService :: IPAMPool -> Maybe (Value Text)
description :: IPAMPool -> Maybe (Value Text)
ipamScopeId :: IPAMPool -> Value Text
locale :: IPAMPool -> Maybe (Value Text)
provisionedCidrs :: IPAMPool -> Maybe [ProvisionedCidrProperty]
publicIpSource :: IPAMPool -> Maybe (Value Text)
publiclyAdvertisable :: IPAMPool -> Maybe (Value Bool)
sourceIpamPoolId :: IPAMPool -> Maybe (Value Text)
sourceResource :: IPAMPool -> Maybe SourceResourceProperty
tags :: IPAMPool -> Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
    = IPAMPool {autoImport :: Maybe (Value Bool)
autoImport = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AutoImport" IPAMPool
Value Bool
newValue, Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
instance Property "AwsService" IPAMPool where
  type PropertyType "AwsService" IPAMPool = Value Prelude.Text
  set :: PropertyType "AwsService" IPAMPool -> IPAMPool -> IPAMPool
set PropertyType "AwsService" IPAMPool
newValue IPAMPool {Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: IPAMPool -> ()
addressFamily :: IPAMPool -> Value Text
allocationDefaultNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMaxNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMinNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationResourceTags :: IPAMPool -> Maybe [Tag]
autoImport :: IPAMPool -> Maybe (Value Bool)
awsService :: IPAMPool -> Maybe (Value Text)
description :: IPAMPool -> Maybe (Value Text)
ipamScopeId :: IPAMPool -> Value Text
locale :: IPAMPool -> Maybe (Value Text)
provisionedCidrs :: IPAMPool -> Maybe [ProvisionedCidrProperty]
publicIpSource :: IPAMPool -> Maybe (Value Text)
publiclyAdvertisable :: IPAMPool -> Maybe (Value Bool)
sourceIpamPoolId :: IPAMPool -> Maybe (Value Text)
sourceResource :: IPAMPool -> Maybe SourceResourceProperty
tags :: IPAMPool -> Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
    = IPAMPool {awsService :: Maybe (Value Text)
awsService = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AwsService" IPAMPool
Value Text
newValue, Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
instance Property "Description" IPAMPool where
  type PropertyType "Description" IPAMPool = Value Prelude.Text
  set :: PropertyType "Description" IPAMPool -> IPAMPool -> IPAMPool
set PropertyType "Description" IPAMPool
newValue IPAMPool {Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: IPAMPool -> ()
addressFamily :: IPAMPool -> Value Text
allocationDefaultNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMaxNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMinNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationResourceTags :: IPAMPool -> Maybe [Tag]
autoImport :: IPAMPool -> Maybe (Value Bool)
awsService :: IPAMPool -> Maybe (Value Text)
description :: IPAMPool -> Maybe (Value Text)
ipamScopeId :: IPAMPool -> Value Text
locale :: IPAMPool -> Maybe (Value Text)
provisionedCidrs :: IPAMPool -> Maybe [ProvisionedCidrProperty]
publicIpSource :: IPAMPool -> Maybe (Value Text)
publiclyAdvertisable :: IPAMPool -> Maybe (Value Bool)
sourceIpamPoolId :: IPAMPool -> Maybe (Value Text)
sourceResource :: IPAMPool -> Maybe SourceResourceProperty
tags :: IPAMPool -> Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
    = IPAMPool {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" IPAMPool
Value Text
newValue, Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
instance Property "IpamScopeId" IPAMPool where
  type PropertyType "IpamScopeId" IPAMPool = Value Prelude.Text
  set :: PropertyType "IpamScopeId" IPAMPool -> IPAMPool -> IPAMPool
set PropertyType "IpamScopeId" IPAMPool
newValue IPAMPool {Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: IPAMPool -> ()
addressFamily :: IPAMPool -> Value Text
allocationDefaultNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMaxNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMinNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationResourceTags :: IPAMPool -> Maybe [Tag]
autoImport :: IPAMPool -> Maybe (Value Bool)
awsService :: IPAMPool -> Maybe (Value Text)
description :: IPAMPool -> Maybe (Value Text)
ipamScopeId :: IPAMPool -> Value Text
locale :: IPAMPool -> Maybe (Value Text)
provisionedCidrs :: IPAMPool -> Maybe [ProvisionedCidrProperty]
publicIpSource :: IPAMPool -> Maybe (Value Text)
publiclyAdvertisable :: IPAMPool -> Maybe (Value Bool)
sourceIpamPoolId :: IPAMPool -> Maybe (Value Text)
sourceResource :: IPAMPool -> Maybe SourceResourceProperty
tags :: IPAMPool -> Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..} = IPAMPool {ipamScopeId :: Value Text
ipamScopeId = PropertyType "IpamScopeId" IPAMPool
Value Text
newValue, Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
instance Property "Locale" IPAMPool where
  type PropertyType "Locale" IPAMPool = Value Prelude.Text
  set :: PropertyType "Locale" IPAMPool -> IPAMPool -> IPAMPool
set PropertyType "Locale" IPAMPool
newValue IPAMPool {Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: IPAMPool -> ()
addressFamily :: IPAMPool -> Value Text
allocationDefaultNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMaxNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMinNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationResourceTags :: IPAMPool -> Maybe [Tag]
autoImport :: IPAMPool -> Maybe (Value Bool)
awsService :: IPAMPool -> Maybe (Value Text)
description :: IPAMPool -> Maybe (Value Text)
ipamScopeId :: IPAMPool -> Value Text
locale :: IPAMPool -> Maybe (Value Text)
provisionedCidrs :: IPAMPool -> Maybe [ProvisionedCidrProperty]
publicIpSource :: IPAMPool -> Maybe (Value Text)
publiclyAdvertisable :: IPAMPool -> Maybe (Value Bool)
sourceIpamPoolId :: IPAMPool -> Maybe (Value Text)
sourceResource :: IPAMPool -> Maybe SourceResourceProperty
tags :: IPAMPool -> Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
    = IPAMPool {locale :: Maybe (Value Text)
locale = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Locale" IPAMPool
Value Text
newValue, Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
instance Property "ProvisionedCidrs" IPAMPool where
  type PropertyType "ProvisionedCidrs" IPAMPool = [ProvisionedCidrProperty]
  set :: PropertyType "ProvisionedCidrs" IPAMPool -> IPAMPool -> IPAMPool
set PropertyType "ProvisionedCidrs" IPAMPool
newValue IPAMPool {Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: IPAMPool -> ()
addressFamily :: IPAMPool -> Value Text
allocationDefaultNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMaxNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMinNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationResourceTags :: IPAMPool -> Maybe [Tag]
autoImport :: IPAMPool -> Maybe (Value Bool)
awsService :: IPAMPool -> Maybe (Value Text)
description :: IPAMPool -> Maybe (Value Text)
ipamScopeId :: IPAMPool -> Value Text
locale :: IPAMPool -> Maybe (Value Text)
provisionedCidrs :: IPAMPool -> Maybe [ProvisionedCidrProperty]
publicIpSource :: IPAMPool -> Maybe (Value Text)
publiclyAdvertisable :: IPAMPool -> Maybe (Value Bool)
sourceIpamPoolId :: IPAMPool -> Maybe (Value Text)
sourceResource :: IPAMPool -> Maybe SourceResourceProperty
tags :: IPAMPool -> Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
    = IPAMPool {provisionedCidrs :: Maybe [ProvisionedCidrProperty]
provisionedCidrs = [ProvisionedCidrProperty] -> Maybe [ProvisionedCidrProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [ProvisionedCidrProperty]
PropertyType "ProvisionedCidrs" IPAMPool
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
instance Property "PublicIpSource" IPAMPool where
  type PropertyType "PublicIpSource" IPAMPool = Value Prelude.Text
  set :: PropertyType "PublicIpSource" IPAMPool -> IPAMPool -> IPAMPool
set PropertyType "PublicIpSource" IPAMPool
newValue IPAMPool {Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: IPAMPool -> ()
addressFamily :: IPAMPool -> Value Text
allocationDefaultNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMaxNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMinNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationResourceTags :: IPAMPool -> Maybe [Tag]
autoImport :: IPAMPool -> Maybe (Value Bool)
awsService :: IPAMPool -> Maybe (Value Text)
description :: IPAMPool -> Maybe (Value Text)
ipamScopeId :: IPAMPool -> Value Text
locale :: IPAMPool -> Maybe (Value Text)
provisionedCidrs :: IPAMPool -> Maybe [ProvisionedCidrProperty]
publicIpSource :: IPAMPool -> Maybe (Value Text)
publiclyAdvertisable :: IPAMPool -> Maybe (Value Bool)
sourceIpamPoolId :: IPAMPool -> Maybe (Value Text)
sourceResource :: IPAMPool -> Maybe SourceResourceProperty
tags :: IPAMPool -> Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
    = IPAMPool {publicIpSource :: Maybe (Value Text)
publicIpSource = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "PublicIpSource" IPAMPool
Value Text
newValue, Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
instance Property "PubliclyAdvertisable" IPAMPool where
  type PropertyType "PubliclyAdvertisable" IPAMPool = Value Prelude.Bool
  set :: PropertyType "PubliclyAdvertisable" IPAMPool
-> IPAMPool -> IPAMPool
set PropertyType "PubliclyAdvertisable" IPAMPool
newValue IPAMPool {Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: IPAMPool -> ()
addressFamily :: IPAMPool -> Value Text
allocationDefaultNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMaxNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMinNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationResourceTags :: IPAMPool -> Maybe [Tag]
autoImport :: IPAMPool -> Maybe (Value Bool)
awsService :: IPAMPool -> Maybe (Value Text)
description :: IPAMPool -> Maybe (Value Text)
ipamScopeId :: IPAMPool -> Value Text
locale :: IPAMPool -> Maybe (Value Text)
provisionedCidrs :: IPAMPool -> Maybe [ProvisionedCidrProperty]
publicIpSource :: IPAMPool -> Maybe (Value Text)
publiclyAdvertisable :: IPAMPool -> Maybe (Value Bool)
sourceIpamPoolId :: IPAMPool -> Maybe (Value Text)
sourceResource :: IPAMPool -> Maybe SourceResourceProperty
tags :: IPAMPool -> Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
    = IPAMPool {publiclyAdvertisable :: Maybe (Value Bool)
publiclyAdvertisable = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "PubliclyAdvertisable" IPAMPool
Value Bool
newValue, Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
instance Property "SourceIpamPoolId" IPAMPool where
  type PropertyType "SourceIpamPoolId" IPAMPool = Value Prelude.Text
  set :: PropertyType "SourceIpamPoolId" IPAMPool -> IPAMPool -> IPAMPool
set PropertyType "SourceIpamPoolId" IPAMPool
newValue IPAMPool {Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: IPAMPool -> ()
addressFamily :: IPAMPool -> Value Text
allocationDefaultNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMaxNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMinNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationResourceTags :: IPAMPool -> Maybe [Tag]
autoImport :: IPAMPool -> Maybe (Value Bool)
awsService :: IPAMPool -> Maybe (Value Text)
description :: IPAMPool -> Maybe (Value Text)
ipamScopeId :: IPAMPool -> Value Text
locale :: IPAMPool -> Maybe (Value Text)
provisionedCidrs :: IPAMPool -> Maybe [ProvisionedCidrProperty]
publicIpSource :: IPAMPool -> Maybe (Value Text)
publiclyAdvertisable :: IPAMPool -> Maybe (Value Bool)
sourceIpamPoolId :: IPAMPool -> Maybe (Value Text)
sourceResource :: IPAMPool -> Maybe SourceResourceProperty
tags :: IPAMPool -> Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
    = IPAMPool {sourceIpamPoolId :: Maybe (Value Text)
sourceIpamPoolId = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SourceIpamPoolId" IPAMPool
Value Text
newValue, Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
instance Property "SourceResource" IPAMPool where
  type PropertyType "SourceResource" IPAMPool = SourceResourceProperty
  set :: PropertyType "SourceResource" IPAMPool -> IPAMPool -> IPAMPool
set PropertyType "SourceResource" IPAMPool
newValue IPAMPool {Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: IPAMPool -> ()
addressFamily :: IPAMPool -> Value Text
allocationDefaultNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMaxNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMinNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationResourceTags :: IPAMPool -> Maybe [Tag]
autoImport :: IPAMPool -> Maybe (Value Bool)
awsService :: IPAMPool -> Maybe (Value Text)
description :: IPAMPool -> Maybe (Value Text)
ipamScopeId :: IPAMPool -> Value Text
locale :: IPAMPool -> Maybe (Value Text)
provisionedCidrs :: IPAMPool -> Maybe [ProvisionedCidrProperty]
publicIpSource :: IPAMPool -> Maybe (Value Text)
publiclyAdvertisable :: IPAMPool -> Maybe (Value Bool)
sourceIpamPoolId :: IPAMPool -> Maybe (Value Text)
sourceResource :: IPAMPool -> Maybe SourceResourceProperty
tags :: IPAMPool -> Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
    = IPAMPool {sourceResource :: Maybe SourceResourceProperty
sourceResource = SourceResourceProperty -> Maybe SourceResourceProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SourceResource" IPAMPool
SourceResourceProperty
newValue, Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "Tags" IPAMPool where
  type PropertyType "Tags" IPAMPool = [Tag]
  set :: PropertyType "Tags" IPAMPool -> IPAMPool -> IPAMPool
set PropertyType "Tags" IPAMPool
newValue IPAMPool {Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: IPAMPool -> ()
addressFamily :: IPAMPool -> Value Text
allocationDefaultNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMaxNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationMinNetmaskLength :: IPAMPool -> Maybe (Value Integer)
allocationResourceTags :: IPAMPool -> Maybe [Tag]
autoImport :: IPAMPool -> Maybe (Value Bool)
awsService :: IPAMPool -> Maybe (Value Text)
description :: IPAMPool -> Maybe (Value Text)
ipamScopeId :: IPAMPool -> Value Text
locale :: IPAMPool -> Maybe (Value Text)
provisionedCidrs :: IPAMPool -> Maybe [ProvisionedCidrProperty]
publicIpSource :: IPAMPool -> Maybe (Value Text)
publiclyAdvertisable :: IPAMPool -> Maybe (Value Bool)
sourceIpamPoolId :: IPAMPool -> Maybe (Value Text)
sourceResource :: IPAMPool -> Maybe SourceResourceProperty
tags :: IPAMPool -> Maybe [Tag]
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
tags :: Maybe [Tag]
..}
    = IPAMPool {tags :: Maybe [Tag]
tags = [Tag] -> Maybe [Tag]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [Tag]
PropertyType "Tags" IPAMPool
newValue, Maybe [Tag]
Maybe [ProvisionedCidrProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SourceResourceProperty
()
Value Text
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
haddock_workaround_ :: ()
addressFamily :: Value Text
allocationDefaultNetmaskLength :: Maybe (Value Integer)
allocationMaxNetmaskLength :: Maybe (Value Integer)
allocationMinNetmaskLength :: Maybe (Value Integer)
allocationResourceTags :: Maybe [Tag]
autoImport :: Maybe (Value Bool)
awsService :: Maybe (Value Text)
description :: Maybe (Value Text)
ipamScopeId :: Value Text
locale :: Maybe (Value Text)
provisionedCidrs :: Maybe [ProvisionedCidrProperty]
publicIpSource :: Maybe (Value Text)
publiclyAdvertisable :: Maybe (Value Bool)
sourceIpamPoolId :: Maybe (Value Text)
sourceResource :: Maybe SourceResourceProperty
..}