{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE DuplicateRecordFields #-}
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE StrictData #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
{-# OPTIONS_GHC -fno-warn-unused-matches #-}

-- Derived from AWS service descriptions, licensed under Apache 2.0.

-- |
-- Module      : Amazonka.ServiceQuotas.Types.ServiceQuotaIncreaseRequestInTemplate
-- Copyright   : (c) 2013-2023 Brendan Hay
-- License     : Mozilla Public License, v. 2.0.
-- Maintainer  : Brendan Hay
-- Stability   : auto-generated
-- Portability : non-portable (GHC extensions)
module Amazonka.ServiceQuotas.Types.ServiceQuotaIncreaseRequestInTemplate where

import qualified Amazonka.Core as Core
import qualified Amazonka.Core.Lens.Internal as Lens
import qualified Amazonka.Data as Data
import qualified Amazonka.Prelude as Prelude

-- | Information about a quota increase request.
--
-- /See:/ 'newServiceQuotaIncreaseRequestInTemplate' smart constructor.
data ServiceQuotaIncreaseRequestInTemplate = ServiceQuotaIncreaseRequestInTemplate'
  { -- | The AWS Region.
    ServiceQuotaIncreaseRequestInTemplate -> Maybe Text
awsRegion :: Prelude.Maybe Prelude.Text,
    -- | The new, increased value of the quota.
    ServiceQuotaIncreaseRequestInTemplate -> Maybe Double
desiredValue :: Prelude.Maybe Prelude.Double,
    -- | Indicates whether the quota is global.
    ServiceQuotaIncreaseRequestInTemplate -> Maybe Bool
globalQuota :: Prelude.Maybe Prelude.Bool,
    -- | The quota identifier.
    ServiceQuotaIncreaseRequestInTemplate -> Maybe Text
quotaCode :: Prelude.Maybe Prelude.Text,
    -- | The quota name.
    ServiceQuotaIncreaseRequestInTemplate -> Maybe Text
quotaName :: Prelude.Maybe Prelude.Text,
    -- | The service identifier.
    ServiceQuotaIncreaseRequestInTemplate -> Maybe Text
serviceCode :: Prelude.Maybe Prelude.Text,
    -- | The service name.
    ServiceQuotaIncreaseRequestInTemplate -> Maybe Text
serviceName :: Prelude.Maybe Prelude.Text,
    -- | The unit of measurement.
    ServiceQuotaIncreaseRequestInTemplate -> Maybe Text
unit :: Prelude.Maybe Prelude.Text
  }
  deriving (ServiceQuotaIncreaseRequestInTemplate
-> ServiceQuotaIncreaseRequestInTemplate -> Bool
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: ServiceQuotaIncreaseRequestInTemplate
-> ServiceQuotaIncreaseRequestInTemplate -> Bool
$c/= :: ServiceQuotaIncreaseRequestInTemplate
-> ServiceQuotaIncreaseRequestInTemplate -> Bool
== :: ServiceQuotaIncreaseRequestInTemplate
-> ServiceQuotaIncreaseRequestInTemplate -> Bool
$c== :: ServiceQuotaIncreaseRequestInTemplate
-> ServiceQuotaIncreaseRequestInTemplate -> Bool
Prelude.Eq, ReadPrec [ServiceQuotaIncreaseRequestInTemplate]
ReadPrec ServiceQuotaIncreaseRequestInTemplate
Int -> ReadS ServiceQuotaIncreaseRequestInTemplate
ReadS [ServiceQuotaIncreaseRequestInTemplate]
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
readListPrec :: ReadPrec [ServiceQuotaIncreaseRequestInTemplate]
$creadListPrec :: ReadPrec [ServiceQuotaIncreaseRequestInTemplate]
readPrec :: ReadPrec ServiceQuotaIncreaseRequestInTemplate
$creadPrec :: ReadPrec ServiceQuotaIncreaseRequestInTemplate
readList :: ReadS [ServiceQuotaIncreaseRequestInTemplate]
$creadList :: ReadS [ServiceQuotaIncreaseRequestInTemplate]
readsPrec :: Int -> ReadS ServiceQuotaIncreaseRequestInTemplate
$creadsPrec :: Int -> ReadS ServiceQuotaIncreaseRequestInTemplate
Prelude.Read, Int -> ServiceQuotaIncreaseRequestInTemplate -> ShowS
[ServiceQuotaIncreaseRequestInTemplate] -> ShowS
ServiceQuotaIncreaseRequestInTemplate -> String
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [ServiceQuotaIncreaseRequestInTemplate] -> ShowS
$cshowList :: [ServiceQuotaIncreaseRequestInTemplate] -> ShowS
show :: ServiceQuotaIncreaseRequestInTemplate -> String
$cshow :: ServiceQuotaIncreaseRequestInTemplate -> String
showsPrec :: Int -> ServiceQuotaIncreaseRequestInTemplate -> ShowS
$cshowsPrec :: Int -> ServiceQuotaIncreaseRequestInTemplate -> ShowS
Prelude.Show, forall x.
Rep ServiceQuotaIncreaseRequestInTemplate x
-> ServiceQuotaIncreaseRequestInTemplate
forall x.
ServiceQuotaIncreaseRequestInTemplate
-> Rep ServiceQuotaIncreaseRequestInTemplate x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x.
Rep ServiceQuotaIncreaseRequestInTemplate x
-> ServiceQuotaIncreaseRequestInTemplate
$cfrom :: forall x.
ServiceQuotaIncreaseRequestInTemplate
-> Rep ServiceQuotaIncreaseRequestInTemplate x
Prelude.Generic)

-- |
-- Create a value of 'ServiceQuotaIncreaseRequestInTemplate' with all optional fields omitted.
--
-- Use <https://hackage.haskell.org/package/generic-lens generic-lens> or <https://hackage.haskell.org/package/optics optics> to modify other optional fields.
--
-- The following record fields are available, with the corresponding lenses provided
-- for backwards compatibility:
--
-- 'awsRegion', 'serviceQuotaIncreaseRequestInTemplate_awsRegion' - The AWS Region.
--
-- 'desiredValue', 'serviceQuotaIncreaseRequestInTemplate_desiredValue' - The new, increased value of the quota.
--
-- 'globalQuota', 'serviceQuotaIncreaseRequestInTemplate_globalQuota' - Indicates whether the quota is global.
--
-- 'quotaCode', 'serviceQuotaIncreaseRequestInTemplate_quotaCode' - The quota identifier.
--
-- 'quotaName', 'serviceQuotaIncreaseRequestInTemplate_quotaName' - The quota name.
--
-- 'serviceCode', 'serviceQuotaIncreaseRequestInTemplate_serviceCode' - The service identifier.
--
-- 'serviceName', 'serviceQuotaIncreaseRequestInTemplate_serviceName' - The service name.
--
-- 'unit', 'serviceQuotaIncreaseRequestInTemplate_unit' - The unit of measurement.
newServiceQuotaIncreaseRequestInTemplate ::
  ServiceQuotaIncreaseRequestInTemplate
newServiceQuotaIncreaseRequestInTemplate :: ServiceQuotaIncreaseRequestInTemplate
newServiceQuotaIncreaseRequestInTemplate =
  ServiceQuotaIncreaseRequestInTemplate'
    { $sel:awsRegion:ServiceQuotaIncreaseRequestInTemplate' :: Maybe Text
awsRegion =
        forall a. Maybe a
Prelude.Nothing,
      $sel:desiredValue:ServiceQuotaIncreaseRequestInTemplate' :: Maybe Double
desiredValue = forall a. Maybe a
Prelude.Nothing,
      $sel:globalQuota:ServiceQuotaIncreaseRequestInTemplate' :: Maybe Bool
globalQuota = forall a. Maybe a
Prelude.Nothing,
      $sel:quotaCode:ServiceQuotaIncreaseRequestInTemplate' :: Maybe Text
quotaCode = forall a. Maybe a
Prelude.Nothing,
      $sel:quotaName:ServiceQuotaIncreaseRequestInTemplate' :: Maybe Text
quotaName = forall a. Maybe a
Prelude.Nothing,
      $sel:serviceCode:ServiceQuotaIncreaseRequestInTemplate' :: Maybe Text
serviceCode = forall a. Maybe a
Prelude.Nothing,
      $sel:serviceName:ServiceQuotaIncreaseRequestInTemplate' :: Maybe Text
serviceName = forall a. Maybe a
Prelude.Nothing,
      $sel:unit:ServiceQuotaIncreaseRequestInTemplate' :: Maybe Text
unit = forall a. Maybe a
Prelude.Nothing
    }

-- | The AWS Region.
serviceQuotaIncreaseRequestInTemplate_awsRegion :: Lens.Lens' ServiceQuotaIncreaseRequestInTemplate (Prelude.Maybe Prelude.Text)
serviceQuotaIncreaseRequestInTemplate_awsRegion :: Lens' ServiceQuotaIncreaseRequestInTemplate (Maybe Text)
serviceQuotaIncreaseRequestInTemplate_awsRegion = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\ServiceQuotaIncreaseRequestInTemplate' {Maybe Text
awsRegion :: Maybe Text
$sel:awsRegion:ServiceQuotaIncreaseRequestInTemplate' :: ServiceQuotaIncreaseRequestInTemplate -> Maybe Text
awsRegion} -> Maybe Text
awsRegion) (\s :: ServiceQuotaIncreaseRequestInTemplate
s@ServiceQuotaIncreaseRequestInTemplate' {} Maybe Text
a -> ServiceQuotaIncreaseRequestInTemplate
s {$sel:awsRegion:ServiceQuotaIncreaseRequestInTemplate' :: Maybe Text
awsRegion = Maybe Text
a} :: ServiceQuotaIncreaseRequestInTemplate)

-- | The new, increased value of the quota.
serviceQuotaIncreaseRequestInTemplate_desiredValue :: Lens.Lens' ServiceQuotaIncreaseRequestInTemplate (Prelude.Maybe Prelude.Double)
serviceQuotaIncreaseRequestInTemplate_desiredValue :: Lens' ServiceQuotaIncreaseRequestInTemplate (Maybe Double)
serviceQuotaIncreaseRequestInTemplate_desiredValue = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\ServiceQuotaIncreaseRequestInTemplate' {Maybe Double
desiredValue :: Maybe Double
$sel:desiredValue:ServiceQuotaIncreaseRequestInTemplate' :: ServiceQuotaIncreaseRequestInTemplate -> Maybe Double
desiredValue} -> Maybe Double
desiredValue) (\s :: ServiceQuotaIncreaseRequestInTemplate
s@ServiceQuotaIncreaseRequestInTemplate' {} Maybe Double
a -> ServiceQuotaIncreaseRequestInTemplate
s {$sel:desiredValue:ServiceQuotaIncreaseRequestInTemplate' :: Maybe Double
desiredValue = Maybe Double
a} :: ServiceQuotaIncreaseRequestInTemplate)

-- | Indicates whether the quota is global.
serviceQuotaIncreaseRequestInTemplate_globalQuota :: Lens.Lens' ServiceQuotaIncreaseRequestInTemplate (Prelude.Maybe Prelude.Bool)
serviceQuotaIncreaseRequestInTemplate_globalQuota :: Lens' ServiceQuotaIncreaseRequestInTemplate (Maybe Bool)
serviceQuotaIncreaseRequestInTemplate_globalQuota = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\ServiceQuotaIncreaseRequestInTemplate' {Maybe Bool
globalQuota :: Maybe Bool
$sel:globalQuota:ServiceQuotaIncreaseRequestInTemplate' :: ServiceQuotaIncreaseRequestInTemplate -> Maybe Bool
globalQuota} -> Maybe Bool
globalQuota) (\s :: ServiceQuotaIncreaseRequestInTemplate
s@ServiceQuotaIncreaseRequestInTemplate' {} Maybe Bool
a -> ServiceQuotaIncreaseRequestInTemplate
s {$sel:globalQuota:ServiceQuotaIncreaseRequestInTemplate' :: Maybe Bool
globalQuota = Maybe Bool
a} :: ServiceQuotaIncreaseRequestInTemplate)

-- | The quota identifier.
serviceQuotaIncreaseRequestInTemplate_quotaCode :: Lens.Lens' ServiceQuotaIncreaseRequestInTemplate (Prelude.Maybe Prelude.Text)
serviceQuotaIncreaseRequestInTemplate_quotaCode :: Lens' ServiceQuotaIncreaseRequestInTemplate (Maybe Text)
serviceQuotaIncreaseRequestInTemplate_quotaCode = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\ServiceQuotaIncreaseRequestInTemplate' {Maybe Text
quotaCode :: Maybe Text
$sel:quotaCode:ServiceQuotaIncreaseRequestInTemplate' :: ServiceQuotaIncreaseRequestInTemplate -> Maybe Text
quotaCode} -> Maybe Text
quotaCode) (\s :: ServiceQuotaIncreaseRequestInTemplate
s@ServiceQuotaIncreaseRequestInTemplate' {} Maybe Text
a -> ServiceQuotaIncreaseRequestInTemplate
s {$sel:quotaCode:ServiceQuotaIncreaseRequestInTemplate' :: Maybe Text
quotaCode = Maybe Text
a} :: ServiceQuotaIncreaseRequestInTemplate)

-- | The quota name.
serviceQuotaIncreaseRequestInTemplate_quotaName :: Lens.Lens' ServiceQuotaIncreaseRequestInTemplate (Prelude.Maybe Prelude.Text)
serviceQuotaIncreaseRequestInTemplate_quotaName :: Lens' ServiceQuotaIncreaseRequestInTemplate (Maybe Text)
serviceQuotaIncreaseRequestInTemplate_quotaName = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\ServiceQuotaIncreaseRequestInTemplate' {Maybe Text
quotaName :: Maybe Text
$sel:quotaName:ServiceQuotaIncreaseRequestInTemplate' :: ServiceQuotaIncreaseRequestInTemplate -> Maybe Text
quotaName} -> Maybe Text
quotaName) (\s :: ServiceQuotaIncreaseRequestInTemplate
s@ServiceQuotaIncreaseRequestInTemplate' {} Maybe Text
a -> ServiceQuotaIncreaseRequestInTemplate
s {$sel:quotaName:ServiceQuotaIncreaseRequestInTemplate' :: Maybe Text
quotaName = Maybe Text
a} :: ServiceQuotaIncreaseRequestInTemplate)

-- | The service identifier.
serviceQuotaIncreaseRequestInTemplate_serviceCode :: Lens.Lens' ServiceQuotaIncreaseRequestInTemplate (Prelude.Maybe Prelude.Text)
serviceQuotaIncreaseRequestInTemplate_serviceCode :: Lens' ServiceQuotaIncreaseRequestInTemplate (Maybe Text)
serviceQuotaIncreaseRequestInTemplate_serviceCode = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\ServiceQuotaIncreaseRequestInTemplate' {Maybe Text
serviceCode :: Maybe Text
$sel:serviceCode:ServiceQuotaIncreaseRequestInTemplate' :: ServiceQuotaIncreaseRequestInTemplate -> Maybe Text
serviceCode} -> Maybe Text
serviceCode) (\s :: ServiceQuotaIncreaseRequestInTemplate
s@ServiceQuotaIncreaseRequestInTemplate' {} Maybe Text
a -> ServiceQuotaIncreaseRequestInTemplate
s {$sel:serviceCode:ServiceQuotaIncreaseRequestInTemplate' :: Maybe Text
serviceCode = Maybe Text
a} :: ServiceQuotaIncreaseRequestInTemplate)

-- | The service name.
serviceQuotaIncreaseRequestInTemplate_serviceName :: Lens.Lens' ServiceQuotaIncreaseRequestInTemplate (Prelude.Maybe Prelude.Text)
serviceQuotaIncreaseRequestInTemplate_serviceName :: Lens' ServiceQuotaIncreaseRequestInTemplate (Maybe Text)
serviceQuotaIncreaseRequestInTemplate_serviceName = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\ServiceQuotaIncreaseRequestInTemplate' {Maybe Text
serviceName :: Maybe Text
$sel:serviceName:ServiceQuotaIncreaseRequestInTemplate' :: ServiceQuotaIncreaseRequestInTemplate -> Maybe Text
serviceName} -> Maybe Text
serviceName) (\s :: ServiceQuotaIncreaseRequestInTemplate
s@ServiceQuotaIncreaseRequestInTemplate' {} Maybe Text
a -> ServiceQuotaIncreaseRequestInTemplate
s {$sel:serviceName:ServiceQuotaIncreaseRequestInTemplate' :: Maybe Text
serviceName = Maybe Text
a} :: ServiceQuotaIncreaseRequestInTemplate)

-- | The unit of measurement.
serviceQuotaIncreaseRequestInTemplate_unit :: Lens.Lens' ServiceQuotaIncreaseRequestInTemplate (Prelude.Maybe Prelude.Text)
serviceQuotaIncreaseRequestInTemplate_unit :: Lens' ServiceQuotaIncreaseRequestInTemplate (Maybe Text)
serviceQuotaIncreaseRequestInTemplate_unit = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\ServiceQuotaIncreaseRequestInTemplate' {Maybe Text
unit :: Maybe Text
$sel:unit:ServiceQuotaIncreaseRequestInTemplate' :: ServiceQuotaIncreaseRequestInTemplate -> Maybe Text
unit} -> Maybe Text
unit) (\s :: ServiceQuotaIncreaseRequestInTemplate
s@ServiceQuotaIncreaseRequestInTemplate' {} Maybe Text
a -> ServiceQuotaIncreaseRequestInTemplate
s {$sel:unit:ServiceQuotaIncreaseRequestInTemplate' :: Maybe Text
unit = Maybe Text
a} :: ServiceQuotaIncreaseRequestInTemplate)

instance
  Data.FromJSON
    ServiceQuotaIncreaseRequestInTemplate
  where
  parseJSON :: Value -> Parser ServiceQuotaIncreaseRequestInTemplate
parseJSON =
    forall a. String -> (Object -> Parser a) -> Value -> Parser a
Data.withObject
      String
"ServiceQuotaIncreaseRequestInTemplate"
      ( \Object
x ->
          Maybe Text
-> Maybe Double
-> Maybe Bool
-> Maybe Text
-> Maybe Text
-> Maybe Text
-> Maybe Text
-> Maybe Text
-> ServiceQuotaIncreaseRequestInTemplate
ServiceQuotaIncreaseRequestInTemplate'
            forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> (Object
x forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
Data..:? Key
"AwsRegion")
            forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> (Object
x forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
Data..:? Key
"DesiredValue")
            forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> (Object
x forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
Data..:? Key
"GlobalQuota")
            forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> (Object
x forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
Data..:? Key
"QuotaCode")
            forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> (Object
x forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
Data..:? Key
"QuotaName")
            forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> (Object
x forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
Data..:? Key
"ServiceCode")
            forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> (Object
x forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
Data..:? Key
"ServiceName")
            forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> (Object
x forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
Data..:? Key
"Unit")
      )

instance
  Prelude.Hashable
    ServiceQuotaIncreaseRequestInTemplate
  where
  hashWithSalt :: Int -> ServiceQuotaIncreaseRequestInTemplate -> Int
hashWithSalt
    Int
_salt
    ServiceQuotaIncreaseRequestInTemplate' {Maybe Bool
Maybe Double
Maybe Text
unit :: Maybe Text
serviceName :: Maybe Text
serviceCode :: Maybe Text
quotaName :: Maybe Text
quotaCode :: Maybe Text
globalQuota :: Maybe Bool
desiredValue :: Maybe Double
awsRegion :: Maybe Text
$sel:unit:ServiceQuotaIncreaseRequestInTemplate' :: ServiceQuotaIncreaseRequestInTemplate -> Maybe Text
$sel:serviceName:ServiceQuotaIncreaseRequestInTemplate' :: ServiceQuotaIncreaseRequestInTemplate -> Maybe Text
$sel:serviceCode:ServiceQuotaIncreaseRequestInTemplate' :: ServiceQuotaIncreaseRequestInTemplate -> Maybe Text
$sel:quotaName:ServiceQuotaIncreaseRequestInTemplate' :: ServiceQuotaIncreaseRequestInTemplate -> Maybe Text
$sel:quotaCode:ServiceQuotaIncreaseRequestInTemplate' :: ServiceQuotaIncreaseRequestInTemplate -> Maybe Text
$sel:globalQuota:ServiceQuotaIncreaseRequestInTemplate' :: ServiceQuotaIncreaseRequestInTemplate -> Maybe Bool
$sel:desiredValue:ServiceQuotaIncreaseRequestInTemplate' :: ServiceQuotaIncreaseRequestInTemplate -> Maybe Double
$sel:awsRegion:ServiceQuotaIncreaseRequestInTemplate' :: ServiceQuotaIncreaseRequestInTemplate -> Maybe Text
..} =
      Int
_salt
        forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe Text
awsRegion
        forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe Double
desiredValue
        forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe Bool
globalQuota
        forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe Text
quotaCode
        forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe Text
quotaName
        forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe Text
serviceCode
        forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe Text
serviceName
        forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe Text
unit

instance
  Prelude.NFData
    ServiceQuotaIncreaseRequestInTemplate
  where
  rnf :: ServiceQuotaIncreaseRequestInTemplate -> ()
rnf ServiceQuotaIncreaseRequestInTemplate' {Maybe Bool
Maybe Double
Maybe Text
unit :: Maybe Text
serviceName :: Maybe Text
serviceCode :: Maybe Text
quotaName :: Maybe Text
quotaCode :: Maybe Text
globalQuota :: Maybe Bool
desiredValue :: Maybe Double
awsRegion :: Maybe Text
$sel:unit:ServiceQuotaIncreaseRequestInTemplate' :: ServiceQuotaIncreaseRequestInTemplate -> Maybe Text
$sel:serviceName:ServiceQuotaIncreaseRequestInTemplate' :: ServiceQuotaIncreaseRequestInTemplate -> Maybe Text
$sel:serviceCode:ServiceQuotaIncreaseRequestInTemplate' :: ServiceQuotaIncreaseRequestInTemplate -> Maybe Text
$sel:quotaName:ServiceQuotaIncreaseRequestInTemplate' :: ServiceQuotaIncreaseRequestInTemplate -> Maybe Text
$sel:quotaCode:ServiceQuotaIncreaseRequestInTemplate' :: ServiceQuotaIncreaseRequestInTemplate -> Maybe Text
$sel:globalQuota:ServiceQuotaIncreaseRequestInTemplate' :: ServiceQuotaIncreaseRequestInTemplate -> Maybe Bool
$sel:desiredValue:ServiceQuotaIncreaseRequestInTemplate' :: ServiceQuotaIncreaseRequestInTemplate -> Maybe Double
$sel:awsRegion:ServiceQuotaIncreaseRequestInTemplate' :: ServiceQuotaIncreaseRequestInTemplate -> Maybe Text
..} =
    forall a. NFData a => a -> ()
Prelude.rnf Maybe Text
awsRegion
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Maybe Double
desiredValue
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Maybe Bool
globalQuota
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Maybe Text
quotaCode
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Maybe Text
quotaName
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Maybe Text
serviceCode
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Maybe Text
serviceName
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Maybe Text
unit