{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE DerivingStrategies #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE PatternSynonyms #-}
{-# LANGUAGE StrictData #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}

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

-- |
-- Module      : Amazonka.ComputeOptimizer.Types.ExportableECSServiceField
-- 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.ComputeOptimizer.Types.ExportableECSServiceField
  ( ExportableECSServiceField
      ( ..,
        ExportableECSServiceField_AccountId,
        ExportableECSServiceField_CurrentPerformanceRisk,
        ExportableECSServiceField_CurrentServiceConfigurationAutoScalingConfiguration,
        ExportableECSServiceField_CurrentServiceConfigurationCpu,
        ExportableECSServiceField_CurrentServiceConfigurationMemory,
        ExportableECSServiceField_CurrentServiceConfigurationTaskDefinitionArn,
        ExportableECSServiceField_CurrentServiceContainerConfigurations,
        ExportableECSServiceField_Finding,
        ExportableECSServiceField_FindingReasonCodes,
        ExportableECSServiceField_LastRefreshTimestamp,
        ExportableECSServiceField_LaunchType,
        ExportableECSServiceField_LookbackPeriodInDays,
        ExportableECSServiceField_RecommendationOptionsContainerRecommendations,
        ExportableECSServiceField_RecommendationOptionsCpu,
        ExportableECSServiceField_RecommendationOptionsEstimatedMonthlySavingsCurrency,
        ExportableECSServiceField_RecommendationOptionsEstimatedMonthlySavingsValue,
        ExportableECSServiceField_RecommendationOptionsMemory,
        ExportableECSServiceField_RecommendationOptionsProjectedUtilizationMetricsCpuMaximum,
        ExportableECSServiceField_RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum,
        ExportableECSServiceField_RecommendationOptionsSavingsOpportunityPercentage,
        ExportableECSServiceField_ServiceArn,
        ExportableECSServiceField_UtilizationMetricsCpuMaximum,
        ExportableECSServiceField_UtilizationMetricsMemoryMaximum
      ),
  )
where

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

newtype ExportableECSServiceField = ExportableECSServiceField'
  { ExportableECSServiceField -> Text
fromExportableECSServiceField ::
      Data.Text
  }
  deriving stock
    ( Int -> ExportableECSServiceField -> ShowS
[ExportableECSServiceField] -> ShowS
ExportableECSServiceField -> String
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [ExportableECSServiceField] -> ShowS
$cshowList :: [ExportableECSServiceField] -> ShowS
show :: ExportableECSServiceField -> String
$cshow :: ExportableECSServiceField -> String
showsPrec :: Int -> ExportableECSServiceField -> ShowS
$cshowsPrec :: Int -> ExportableECSServiceField -> ShowS
Prelude.Show,
      ReadPrec [ExportableECSServiceField]
ReadPrec ExportableECSServiceField
Int -> ReadS ExportableECSServiceField
ReadS [ExportableECSServiceField]
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
readListPrec :: ReadPrec [ExportableECSServiceField]
$creadListPrec :: ReadPrec [ExportableECSServiceField]
readPrec :: ReadPrec ExportableECSServiceField
$creadPrec :: ReadPrec ExportableECSServiceField
readList :: ReadS [ExportableECSServiceField]
$creadList :: ReadS [ExportableECSServiceField]
readsPrec :: Int -> ReadS ExportableECSServiceField
$creadsPrec :: Int -> ReadS ExportableECSServiceField
Prelude.Read,
      ExportableECSServiceField -> ExportableECSServiceField -> Bool
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: ExportableECSServiceField -> ExportableECSServiceField -> Bool
$c/= :: ExportableECSServiceField -> ExportableECSServiceField -> Bool
== :: ExportableECSServiceField -> ExportableECSServiceField -> Bool
$c== :: ExportableECSServiceField -> ExportableECSServiceField -> Bool
Prelude.Eq,
      Eq ExportableECSServiceField
ExportableECSServiceField -> ExportableECSServiceField -> Bool
ExportableECSServiceField -> ExportableECSServiceField -> Ordering
ExportableECSServiceField
-> ExportableECSServiceField -> ExportableECSServiceField
forall a.
Eq a
-> (a -> a -> Ordering)
-> (a -> a -> Bool)
-> (a -> a -> Bool)
-> (a -> a -> Bool)
-> (a -> a -> Bool)
-> (a -> a -> a)
-> (a -> a -> a)
-> Ord a
min :: ExportableECSServiceField
-> ExportableECSServiceField -> ExportableECSServiceField
$cmin :: ExportableECSServiceField
-> ExportableECSServiceField -> ExportableECSServiceField
max :: ExportableECSServiceField
-> ExportableECSServiceField -> ExportableECSServiceField
$cmax :: ExportableECSServiceField
-> ExportableECSServiceField -> ExportableECSServiceField
>= :: ExportableECSServiceField -> ExportableECSServiceField -> Bool
$c>= :: ExportableECSServiceField -> ExportableECSServiceField -> Bool
> :: ExportableECSServiceField -> ExportableECSServiceField -> Bool
$c> :: ExportableECSServiceField -> ExportableECSServiceField -> Bool
<= :: ExportableECSServiceField -> ExportableECSServiceField -> Bool
$c<= :: ExportableECSServiceField -> ExportableECSServiceField -> Bool
< :: ExportableECSServiceField -> ExportableECSServiceField -> Bool
$c< :: ExportableECSServiceField -> ExportableECSServiceField -> Bool
compare :: ExportableECSServiceField -> ExportableECSServiceField -> Ordering
$ccompare :: ExportableECSServiceField -> ExportableECSServiceField -> Ordering
Prelude.Ord,
      forall x.
Rep ExportableECSServiceField x -> ExportableECSServiceField
forall x.
ExportableECSServiceField -> Rep ExportableECSServiceField x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x.
Rep ExportableECSServiceField x -> ExportableECSServiceField
$cfrom :: forall x.
ExportableECSServiceField -> Rep ExportableECSServiceField x
Prelude.Generic
    )
  deriving newtype
    ( Eq ExportableECSServiceField
Int -> ExportableECSServiceField -> Int
ExportableECSServiceField -> Int
forall a. Eq a -> (Int -> a -> Int) -> (a -> Int) -> Hashable a
hash :: ExportableECSServiceField -> Int
$chash :: ExportableECSServiceField -> Int
hashWithSalt :: Int -> ExportableECSServiceField -> Int
$chashWithSalt :: Int -> ExportableECSServiceField -> Int
Prelude.Hashable,
      ExportableECSServiceField -> ()
forall a. (a -> ()) -> NFData a
rnf :: ExportableECSServiceField -> ()
$crnf :: ExportableECSServiceField -> ()
Prelude.NFData,
      Text -> Either String ExportableECSServiceField
forall a. (Text -> Either String a) -> FromText a
fromText :: Text -> Either String ExportableECSServiceField
$cfromText :: Text -> Either String ExportableECSServiceField
Data.FromText,
      ExportableECSServiceField -> Text
forall a. (a -> Text) -> ToText a
toText :: ExportableECSServiceField -> Text
$ctoText :: ExportableECSServiceField -> Text
Data.ToText,
      ExportableECSServiceField -> ByteString
forall a. (a -> ByteString) -> ToByteString a
toBS :: ExportableECSServiceField -> ByteString
$ctoBS :: ExportableECSServiceField -> ByteString
Data.ToByteString,
      ExportableECSServiceField -> ByteStringBuilder
forall a. (a -> ByteStringBuilder) -> ToLog a
build :: ExportableECSServiceField -> ByteStringBuilder
$cbuild :: ExportableECSServiceField -> ByteStringBuilder
Data.ToLog,
      HeaderName -> ExportableECSServiceField -> [Header]
forall a. (HeaderName -> a -> [Header]) -> ToHeader a
toHeader :: HeaderName -> ExportableECSServiceField -> [Header]
$ctoHeader :: HeaderName -> ExportableECSServiceField -> [Header]
Data.ToHeader,
      ExportableECSServiceField -> QueryString
forall a. (a -> QueryString) -> ToQuery a
toQuery :: ExportableECSServiceField -> QueryString
$ctoQuery :: ExportableECSServiceField -> QueryString
Data.ToQuery,
      Value -> Parser [ExportableECSServiceField]
Value -> Parser ExportableECSServiceField
forall a.
(Value -> Parser a) -> (Value -> Parser [a]) -> FromJSON a
parseJSONList :: Value -> Parser [ExportableECSServiceField]
$cparseJSONList :: Value -> Parser [ExportableECSServiceField]
parseJSON :: Value -> Parser ExportableECSServiceField
$cparseJSON :: Value -> Parser ExportableECSServiceField
Data.FromJSON,
      FromJSONKeyFunction [ExportableECSServiceField]
FromJSONKeyFunction ExportableECSServiceField
forall a.
FromJSONKeyFunction a -> FromJSONKeyFunction [a] -> FromJSONKey a
fromJSONKeyList :: FromJSONKeyFunction [ExportableECSServiceField]
$cfromJSONKeyList :: FromJSONKeyFunction [ExportableECSServiceField]
fromJSONKey :: FromJSONKeyFunction ExportableECSServiceField
$cfromJSONKey :: FromJSONKeyFunction ExportableECSServiceField
Data.FromJSONKey,
      [ExportableECSServiceField] -> Encoding
[ExportableECSServiceField] -> Value
ExportableECSServiceField -> Encoding
ExportableECSServiceField -> Value
forall a.
(a -> Value)
-> (a -> Encoding)
-> ([a] -> Value)
-> ([a] -> Encoding)
-> ToJSON a
toEncodingList :: [ExportableECSServiceField] -> Encoding
$ctoEncodingList :: [ExportableECSServiceField] -> Encoding
toJSONList :: [ExportableECSServiceField] -> Value
$ctoJSONList :: [ExportableECSServiceField] -> Value
toEncoding :: ExportableECSServiceField -> Encoding
$ctoEncoding :: ExportableECSServiceField -> Encoding
toJSON :: ExportableECSServiceField -> Value
$ctoJSON :: ExportableECSServiceField -> Value
Data.ToJSON,
      ToJSONKeyFunction [ExportableECSServiceField]
ToJSONKeyFunction ExportableECSServiceField
forall a.
ToJSONKeyFunction a -> ToJSONKeyFunction [a] -> ToJSONKey a
toJSONKeyList :: ToJSONKeyFunction [ExportableECSServiceField]
$ctoJSONKeyList :: ToJSONKeyFunction [ExportableECSServiceField]
toJSONKey :: ToJSONKeyFunction ExportableECSServiceField
$ctoJSONKey :: ToJSONKeyFunction ExportableECSServiceField
Data.ToJSONKey,
      [Node] -> Either String ExportableECSServiceField
forall a. ([Node] -> Either String a) -> FromXML a
parseXML :: [Node] -> Either String ExportableECSServiceField
$cparseXML :: [Node] -> Either String ExportableECSServiceField
Data.FromXML,
      ExportableECSServiceField -> XML
forall a. (a -> XML) -> ToXML a
toXML :: ExportableECSServiceField -> XML
$ctoXML :: ExportableECSServiceField -> XML
Data.ToXML
    )

pattern ExportableECSServiceField_AccountId :: ExportableECSServiceField
pattern $bExportableECSServiceField_AccountId :: ExportableECSServiceField
$mExportableECSServiceField_AccountId :: forall {r}.
ExportableECSServiceField -> ((# #) -> r) -> ((# #) -> r) -> r
ExportableECSServiceField_AccountId = ExportableECSServiceField' "AccountId"

pattern ExportableECSServiceField_CurrentPerformanceRisk :: ExportableECSServiceField
pattern $bExportableECSServiceField_CurrentPerformanceRisk :: ExportableECSServiceField
$mExportableECSServiceField_CurrentPerformanceRisk :: forall {r}.
ExportableECSServiceField -> ((# #) -> r) -> ((# #) -> r) -> r
ExportableECSServiceField_CurrentPerformanceRisk = ExportableECSServiceField' "CurrentPerformanceRisk"

pattern ExportableECSServiceField_CurrentServiceConfigurationAutoScalingConfiguration :: ExportableECSServiceField
pattern $bExportableECSServiceField_CurrentServiceConfigurationAutoScalingConfiguration :: ExportableECSServiceField
$mExportableECSServiceField_CurrentServiceConfigurationAutoScalingConfiguration :: forall {r}.
ExportableECSServiceField -> ((# #) -> r) -> ((# #) -> r) -> r
ExportableECSServiceField_CurrentServiceConfigurationAutoScalingConfiguration = ExportableECSServiceField' "CurrentServiceConfigurationAutoScalingConfiguration"

pattern ExportableECSServiceField_CurrentServiceConfigurationCpu :: ExportableECSServiceField
pattern $bExportableECSServiceField_CurrentServiceConfigurationCpu :: ExportableECSServiceField
$mExportableECSServiceField_CurrentServiceConfigurationCpu :: forall {r}.
ExportableECSServiceField -> ((# #) -> r) -> ((# #) -> r) -> r
ExportableECSServiceField_CurrentServiceConfigurationCpu = ExportableECSServiceField' "CurrentServiceConfigurationCpu"

pattern ExportableECSServiceField_CurrentServiceConfigurationMemory :: ExportableECSServiceField
pattern $bExportableECSServiceField_CurrentServiceConfigurationMemory :: ExportableECSServiceField
$mExportableECSServiceField_CurrentServiceConfigurationMemory :: forall {r}.
ExportableECSServiceField -> ((# #) -> r) -> ((# #) -> r) -> r
ExportableECSServiceField_CurrentServiceConfigurationMemory = ExportableECSServiceField' "CurrentServiceConfigurationMemory"

pattern ExportableECSServiceField_CurrentServiceConfigurationTaskDefinitionArn :: ExportableECSServiceField
pattern $bExportableECSServiceField_CurrentServiceConfigurationTaskDefinitionArn :: ExportableECSServiceField
$mExportableECSServiceField_CurrentServiceConfigurationTaskDefinitionArn :: forall {r}.
ExportableECSServiceField -> ((# #) -> r) -> ((# #) -> r) -> r
ExportableECSServiceField_CurrentServiceConfigurationTaskDefinitionArn = ExportableECSServiceField' "CurrentServiceConfigurationTaskDefinitionArn"

pattern ExportableECSServiceField_CurrentServiceContainerConfigurations :: ExportableECSServiceField
pattern $bExportableECSServiceField_CurrentServiceContainerConfigurations :: ExportableECSServiceField
$mExportableECSServiceField_CurrentServiceContainerConfigurations :: forall {r}.
ExportableECSServiceField -> ((# #) -> r) -> ((# #) -> r) -> r
ExportableECSServiceField_CurrentServiceContainerConfigurations = ExportableECSServiceField' "CurrentServiceContainerConfigurations"

pattern ExportableECSServiceField_Finding :: ExportableECSServiceField
pattern $bExportableECSServiceField_Finding :: ExportableECSServiceField
$mExportableECSServiceField_Finding :: forall {r}.
ExportableECSServiceField -> ((# #) -> r) -> ((# #) -> r) -> r
ExportableECSServiceField_Finding = ExportableECSServiceField' "Finding"

pattern ExportableECSServiceField_FindingReasonCodes :: ExportableECSServiceField
pattern $bExportableECSServiceField_FindingReasonCodes :: ExportableECSServiceField
$mExportableECSServiceField_FindingReasonCodes :: forall {r}.
ExportableECSServiceField -> ((# #) -> r) -> ((# #) -> r) -> r
ExportableECSServiceField_FindingReasonCodes = ExportableECSServiceField' "FindingReasonCodes"

pattern ExportableECSServiceField_LastRefreshTimestamp :: ExportableECSServiceField
pattern $bExportableECSServiceField_LastRefreshTimestamp :: ExportableECSServiceField
$mExportableECSServiceField_LastRefreshTimestamp :: forall {r}.
ExportableECSServiceField -> ((# #) -> r) -> ((# #) -> r) -> r
ExportableECSServiceField_LastRefreshTimestamp = ExportableECSServiceField' "LastRefreshTimestamp"

pattern ExportableECSServiceField_LaunchType :: ExportableECSServiceField
pattern $bExportableECSServiceField_LaunchType :: ExportableECSServiceField
$mExportableECSServiceField_LaunchType :: forall {r}.
ExportableECSServiceField -> ((# #) -> r) -> ((# #) -> r) -> r
ExportableECSServiceField_LaunchType = ExportableECSServiceField' "LaunchType"

pattern ExportableECSServiceField_LookbackPeriodInDays :: ExportableECSServiceField
pattern $bExportableECSServiceField_LookbackPeriodInDays :: ExportableECSServiceField
$mExportableECSServiceField_LookbackPeriodInDays :: forall {r}.
ExportableECSServiceField -> ((# #) -> r) -> ((# #) -> r) -> r
ExportableECSServiceField_LookbackPeriodInDays = ExportableECSServiceField' "LookbackPeriodInDays"

pattern ExportableECSServiceField_RecommendationOptionsContainerRecommendations :: ExportableECSServiceField
pattern $bExportableECSServiceField_RecommendationOptionsContainerRecommendations :: ExportableECSServiceField
$mExportableECSServiceField_RecommendationOptionsContainerRecommendations :: forall {r}.
ExportableECSServiceField -> ((# #) -> r) -> ((# #) -> r) -> r
ExportableECSServiceField_RecommendationOptionsContainerRecommendations = ExportableECSServiceField' "RecommendationOptionsContainerRecommendations"

pattern ExportableECSServiceField_RecommendationOptionsCpu :: ExportableECSServiceField
pattern $bExportableECSServiceField_RecommendationOptionsCpu :: ExportableECSServiceField
$mExportableECSServiceField_RecommendationOptionsCpu :: forall {r}.
ExportableECSServiceField -> ((# #) -> r) -> ((# #) -> r) -> r
ExportableECSServiceField_RecommendationOptionsCpu = ExportableECSServiceField' "RecommendationOptionsCpu"

pattern ExportableECSServiceField_RecommendationOptionsEstimatedMonthlySavingsCurrency :: ExportableECSServiceField
pattern $bExportableECSServiceField_RecommendationOptionsEstimatedMonthlySavingsCurrency :: ExportableECSServiceField
$mExportableECSServiceField_RecommendationOptionsEstimatedMonthlySavingsCurrency :: forall {r}.
ExportableECSServiceField -> ((# #) -> r) -> ((# #) -> r) -> r
ExportableECSServiceField_RecommendationOptionsEstimatedMonthlySavingsCurrency = ExportableECSServiceField' "RecommendationOptionsEstimatedMonthlySavingsCurrency"

pattern ExportableECSServiceField_RecommendationOptionsEstimatedMonthlySavingsValue :: ExportableECSServiceField
pattern $bExportableECSServiceField_RecommendationOptionsEstimatedMonthlySavingsValue :: ExportableECSServiceField
$mExportableECSServiceField_RecommendationOptionsEstimatedMonthlySavingsValue :: forall {r}.
ExportableECSServiceField -> ((# #) -> r) -> ((# #) -> r) -> r
ExportableECSServiceField_RecommendationOptionsEstimatedMonthlySavingsValue = ExportableECSServiceField' "RecommendationOptionsEstimatedMonthlySavingsValue"

pattern ExportableECSServiceField_RecommendationOptionsMemory :: ExportableECSServiceField
pattern $bExportableECSServiceField_RecommendationOptionsMemory :: ExportableECSServiceField
$mExportableECSServiceField_RecommendationOptionsMemory :: forall {r}.
ExportableECSServiceField -> ((# #) -> r) -> ((# #) -> r) -> r
ExportableECSServiceField_RecommendationOptionsMemory = ExportableECSServiceField' "RecommendationOptionsMemory"

pattern ExportableECSServiceField_RecommendationOptionsProjectedUtilizationMetricsCpuMaximum :: ExportableECSServiceField
pattern $bExportableECSServiceField_RecommendationOptionsProjectedUtilizationMetricsCpuMaximum :: ExportableECSServiceField
$mExportableECSServiceField_RecommendationOptionsProjectedUtilizationMetricsCpuMaximum :: forall {r}.
ExportableECSServiceField -> ((# #) -> r) -> ((# #) -> r) -> r
ExportableECSServiceField_RecommendationOptionsProjectedUtilizationMetricsCpuMaximum = ExportableECSServiceField' "RecommendationOptionsProjectedUtilizationMetricsCpuMaximum"

pattern ExportableECSServiceField_RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum :: ExportableECSServiceField
pattern $bExportableECSServiceField_RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum :: ExportableECSServiceField
$mExportableECSServiceField_RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum :: forall {r}.
ExportableECSServiceField -> ((# #) -> r) -> ((# #) -> r) -> r
ExportableECSServiceField_RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum = ExportableECSServiceField' "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum"

pattern ExportableECSServiceField_RecommendationOptionsSavingsOpportunityPercentage :: ExportableECSServiceField
pattern $bExportableECSServiceField_RecommendationOptionsSavingsOpportunityPercentage :: ExportableECSServiceField
$mExportableECSServiceField_RecommendationOptionsSavingsOpportunityPercentage :: forall {r}.
ExportableECSServiceField -> ((# #) -> r) -> ((# #) -> r) -> r
ExportableECSServiceField_RecommendationOptionsSavingsOpportunityPercentage = ExportableECSServiceField' "RecommendationOptionsSavingsOpportunityPercentage"

pattern ExportableECSServiceField_ServiceArn :: ExportableECSServiceField
pattern $bExportableECSServiceField_ServiceArn :: ExportableECSServiceField
$mExportableECSServiceField_ServiceArn :: forall {r}.
ExportableECSServiceField -> ((# #) -> r) -> ((# #) -> r) -> r
ExportableECSServiceField_ServiceArn = ExportableECSServiceField' "ServiceArn"

pattern ExportableECSServiceField_UtilizationMetricsCpuMaximum :: ExportableECSServiceField
pattern $bExportableECSServiceField_UtilizationMetricsCpuMaximum :: ExportableECSServiceField
$mExportableECSServiceField_UtilizationMetricsCpuMaximum :: forall {r}.
ExportableECSServiceField -> ((# #) -> r) -> ((# #) -> r) -> r
ExportableECSServiceField_UtilizationMetricsCpuMaximum = ExportableECSServiceField' "UtilizationMetricsCpuMaximum"

pattern ExportableECSServiceField_UtilizationMetricsMemoryMaximum :: ExportableECSServiceField
pattern $bExportableECSServiceField_UtilizationMetricsMemoryMaximum :: ExportableECSServiceField
$mExportableECSServiceField_UtilizationMetricsMemoryMaximum :: forall {r}.
ExportableECSServiceField -> ((# #) -> r) -> ((# #) -> r) -> r
ExportableECSServiceField_UtilizationMetricsMemoryMaximum = ExportableECSServiceField' "UtilizationMetricsMemoryMaximum"

{-# COMPLETE
  ExportableECSServiceField_AccountId,
  ExportableECSServiceField_CurrentPerformanceRisk,
  ExportableECSServiceField_CurrentServiceConfigurationAutoScalingConfiguration,
  ExportableECSServiceField_CurrentServiceConfigurationCpu,
  ExportableECSServiceField_CurrentServiceConfigurationMemory,
  ExportableECSServiceField_CurrentServiceConfigurationTaskDefinitionArn,
  ExportableECSServiceField_CurrentServiceContainerConfigurations,
  ExportableECSServiceField_Finding,
  ExportableECSServiceField_FindingReasonCodes,
  ExportableECSServiceField_LastRefreshTimestamp,
  ExportableECSServiceField_LaunchType,
  ExportableECSServiceField_LookbackPeriodInDays,
  ExportableECSServiceField_RecommendationOptionsContainerRecommendations,
  ExportableECSServiceField_RecommendationOptionsCpu,
  ExportableECSServiceField_RecommendationOptionsEstimatedMonthlySavingsCurrency,
  ExportableECSServiceField_RecommendationOptionsEstimatedMonthlySavingsValue,
  ExportableECSServiceField_RecommendationOptionsMemory,
  ExportableECSServiceField_RecommendationOptionsProjectedUtilizationMetricsCpuMaximum,
  ExportableECSServiceField_RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum,
  ExportableECSServiceField_RecommendationOptionsSavingsOpportunityPercentage,
  ExportableECSServiceField_ServiceArn,
  ExportableECSServiceField_UtilizationMetricsCpuMaximum,
  ExportableECSServiceField_UtilizationMetricsMemoryMaximum,
  ExportableECSServiceField'
  #-}