amazonka-compute-optimizer-2.0: Amazon Compute Optimizer SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ComputeOptimizer.Types

Contents

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2019-11-01 of the Amazon Compute Optimizer SDK configuration.

Errors

_AccessDeniedException :: AsError a => Fold a ServiceError Source #

You do not have sufficient access to perform this action.

_InternalServerException :: AsError a => Fold a ServiceError Source #

An internal error has occurred. Try your call again.

_InvalidParameterValueException :: AsError a => Fold a ServiceError Source #

The value supplied for the input parameter is out of range or not valid.

_LimitExceededException :: AsError a => Fold a ServiceError Source #

The request exceeds a limit of the service.

_MissingAuthenticationToken :: AsError a => Fold a ServiceError Source #

The request must contain either a valid (registered) Amazon Web Services access key ID or X.509 certificate.

_OptInRequiredException :: AsError a => Fold a ServiceError Source #

The account is not opted in to Compute Optimizer.

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

A resource that is required for the action doesn't exist.

_ServiceUnavailableException :: AsError a => Fold a ServiceError Source #

The request has failed due to a temporary failure of the server.

_ThrottlingException :: AsError a => Fold a ServiceError Source #

The request was denied due to request throttling.

AutoScalingConfiguration

newtype AutoScalingConfiguration Source #

Instances

Instances details
FromJSON AutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingConfiguration

FromJSONKey AutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingConfiguration

ToJSON AutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingConfiguration

ToJSONKey AutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingConfiguration

ToByteString AutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingConfiguration

ToHeader AutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingConfiguration

ToLog AutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingConfiguration

ToQuery AutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingConfiguration

FromText AutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingConfiguration

ToText AutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingConfiguration

FromXML AutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingConfiguration

ToXML AutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingConfiguration

Generic AutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingConfiguration

Associated Types

type Rep AutoScalingConfiguration :: Type -> Type #

Read AutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingConfiguration

Show AutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingConfiguration

NFData AutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingConfiguration

Eq AutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingConfiguration

Ord AutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingConfiguration

Hashable AutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingConfiguration

type Rep AutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingConfiguration

type Rep AutoScalingConfiguration = D1 ('MetaData "AutoScalingConfiguration" "Amazonka.ComputeOptimizer.Types.AutoScalingConfiguration" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "AutoScalingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutoScalingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CpuVendorArchitecture

newtype CpuVendorArchitecture Source #

Instances

Instances details
FromJSON CpuVendorArchitecture Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CpuVendorArchitecture

FromJSONKey CpuVendorArchitecture Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CpuVendorArchitecture

ToJSON CpuVendorArchitecture Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CpuVendorArchitecture

ToJSONKey CpuVendorArchitecture Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CpuVendorArchitecture

ToByteString CpuVendorArchitecture Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CpuVendorArchitecture

ToHeader CpuVendorArchitecture Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CpuVendorArchitecture

ToLog CpuVendorArchitecture Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CpuVendorArchitecture

ToQuery CpuVendorArchitecture Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CpuVendorArchitecture

FromText CpuVendorArchitecture Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CpuVendorArchitecture

ToText CpuVendorArchitecture Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CpuVendorArchitecture

FromXML CpuVendorArchitecture Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CpuVendorArchitecture

ToXML CpuVendorArchitecture Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CpuVendorArchitecture

Generic CpuVendorArchitecture Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CpuVendorArchitecture

Associated Types

type Rep CpuVendorArchitecture :: Type -> Type #

Read CpuVendorArchitecture Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CpuVendorArchitecture

Show CpuVendorArchitecture Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CpuVendorArchitecture

NFData CpuVendorArchitecture Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CpuVendorArchitecture

Methods

rnf :: CpuVendorArchitecture -> () #

Eq CpuVendorArchitecture Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CpuVendorArchitecture

Ord CpuVendorArchitecture Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CpuVendorArchitecture

Hashable CpuVendorArchitecture Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CpuVendorArchitecture

type Rep CpuVendorArchitecture Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CpuVendorArchitecture

type Rep CpuVendorArchitecture = D1 ('MetaData "CpuVendorArchitecture" "Amazonka.ComputeOptimizer.Types.CpuVendorArchitecture" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "CpuVendorArchitecture'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCpuVendorArchitecture") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Currency

newtype Currency Source #

Constructors

Currency' 

Fields

Bundled Patterns

pattern Currency_CNY :: Currency 
pattern Currency_USD :: Currency 

Instances

Instances details
FromJSON Currency Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Currency

FromJSONKey Currency Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Currency

ToJSON Currency Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Currency

ToJSONKey Currency Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Currency

ToByteString Currency Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Currency

Methods

toBS :: Currency -> ByteString #

ToHeader Currency Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Currency

Methods

toHeader :: HeaderName -> Currency -> [Header] #

ToLog Currency Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Currency

ToQuery Currency Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Currency

FromText Currency Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Currency

ToText Currency Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Currency

Methods

toText :: Currency -> Text #

FromXML Currency Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Currency

ToXML Currency Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Currency

Methods

toXML :: Currency -> XML #

Generic Currency Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Currency

Associated Types

type Rep Currency :: Type -> Type #

Methods

from :: Currency -> Rep Currency x #

to :: Rep Currency x -> Currency #

Read Currency Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Currency

Show Currency Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Currency

NFData Currency Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Currency

Methods

rnf :: Currency -> () #

Eq Currency Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Currency

Ord Currency Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Currency

Hashable Currency Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Currency

Methods

hashWithSalt :: Int -> Currency -> Int #

hash :: Currency -> Int #

type Rep Currency Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Currency

type Rep Currency = D1 ('MetaData "Currency" "Amazonka.ComputeOptimizer.Types.Currency" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "Currency'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCurrency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CurrentPerformanceRisk

newtype CurrentPerformanceRisk Source #

Instances

Instances details
FromJSON CurrentPerformanceRisk Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CurrentPerformanceRisk

FromJSONKey CurrentPerformanceRisk Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CurrentPerformanceRisk

ToJSON CurrentPerformanceRisk Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CurrentPerformanceRisk

ToJSONKey CurrentPerformanceRisk Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CurrentPerformanceRisk

ToByteString CurrentPerformanceRisk Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CurrentPerformanceRisk

ToHeader CurrentPerformanceRisk Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CurrentPerformanceRisk

ToLog CurrentPerformanceRisk Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CurrentPerformanceRisk

ToQuery CurrentPerformanceRisk Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CurrentPerformanceRisk

FromText CurrentPerformanceRisk Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CurrentPerformanceRisk

ToText CurrentPerformanceRisk Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CurrentPerformanceRisk

FromXML CurrentPerformanceRisk Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CurrentPerformanceRisk

ToXML CurrentPerformanceRisk Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CurrentPerformanceRisk

Generic CurrentPerformanceRisk Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CurrentPerformanceRisk

Associated Types

type Rep CurrentPerformanceRisk :: Type -> Type #

Read CurrentPerformanceRisk Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CurrentPerformanceRisk

Show CurrentPerformanceRisk Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CurrentPerformanceRisk

NFData CurrentPerformanceRisk Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CurrentPerformanceRisk

Methods

rnf :: CurrentPerformanceRisk -> () #

Eq CurrentPerformanceRisk Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CurrentPerformanceRisk

Ord CurrentPerformanceRisk Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CurrentPerformanceRisk

Hashable CurrentPerformanceRisk Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CurrentPerformanceRisk

type Rep CurrentPerformanceRisk Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CurrentPerformanceRisk

type Rep CurrentPerformanceRisk = D1 ('MetaData "CurrentPerformanceRisk" "Amazonka.ComputeOptimizer.Types.CurrentPerformanceRisk" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "CurrentPerformanceRisk'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCurrentPerformanceRisk") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EBSFilterName

newtype EBSFilterName Source #

Constructors

EBSFilterName' 

Bundled Patterns

pattern EBSFilterName_Finding :: EBSFilterName 

Instances

Instances details
FromJSON EBSFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFilterName

FromJSONKey EBSFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFilterName

ToJSON EBSFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFilterName

ToJSONKey EBSFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFilterName

ToByteString EBSFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFilterName

ToHeader EBSFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFilterName

ToLog EBSFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFilterName

ToQuery EBSFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFilterName

FromText EBSFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFilterName

ToText EBSFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFilterName

Methods

toText :: EBSFilterName -> Text #

FromXML EBSFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFilterName

ToXML EBSFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFilterName

Methods

toXML :: EBSFilterName -> XML #

Generic EBSFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFilterName

Associated Types

type Rep EBSFilterName :: Type -> Type #

Read EBSFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFilterName

Show EBSFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFilterName

NFData EBSFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFilterName

Methods

rnf :: EBSFilterName -> () #

Eq EBSFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFilterName

Ord EBSFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFilterName

Hashable EBSFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFilterName

type Rep EBSFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFilterName

type Rep EBSFilterName = D1 ('MetaData "EBSFilterName" "Amazonka.ComputeOptimizer.Types.EBSFilterName" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "EBSFilterName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEBSFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EBSFinding

newtype EBSFinding Source #

Constructors

EBSFinding' 

Fields

Bundled Patterns

pattern EBSFinding_NotOptimized :: EBSFinding 
pattern EBSFinding_Optimized :: EBSFinding 

Instances

Instances details
FromJSON EBSFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFinding

FromJSONKey EBSFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFinding

ToJSON EBSFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFinding

ToJSONKey EBSFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFinding

ToByteString EBSFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFinding

ToHeader EBSFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFinding

ToLog EBSFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFinding

ToQuery EBSFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFinding

FromText EBSFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFinding

ToText EBSFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFinding

Methods

toText :: EBSFinding -> Text #

FromXML EBSFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFinding

ToXML EBSFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFinding

Methods

toXML :: EBSFinding -> XML #

Generic EBSFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFinding

Associated Types

type Rep EBSFinding :: Type -> Type #

Read EBSFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFinding

Show EBSFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFinding

NFData EBSFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFinding

Methods

rnf :: EBSFinding -> () #

Eq EBSFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFinding

Ord EBSFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFinding

Hashable EBSFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFinding

type Rep EBSFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFinding

type Rep EBSFinding = D1 ('MetaData "EBSFinding" "Amazonka.ComputeOptimizer.Types.EBSFinding" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "EBSFinding'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEBSFinding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EBSMetricName

newtype EBSMetricName Source #

Constructors

EBSMetricName' 

Instances

Instances details
FromJSON EBSMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSMetricName

FromJSONKey EBSMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSMetricName

ToJSON EBSMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSMetricName

ToJSONKey EBSMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSMetricName

ToByteString EBSMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSMetricName

ToHeader EBSMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSMetricName

ToLog EBSMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSMetricName

ToQuery EBSMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSMetricName

FromText EBSMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSMetricName

ToText EBSMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSMetricName

Methods

toText :: EBSMetricName -> Text #

FromXML EBSMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSMetricName

ToXML EBSMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSMetricName

Methods

toXML :: EBSMetricName -> XML #

Generic EBSMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSMetricName

Associated Types

type Rep EBSMetricName :: Type -> Type #

Read EBSMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSMetricName

Show EBSMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSMetricName

NFData EBSMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSMetricName

Methods

rnf :: EBSMetricName -> () #

Eq EBSMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSMetricName

Ord EBSMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSMetricName

Hashable EBSMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSMetricName

type Rep EBSMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSMetricName

type Rep EBSMetricName = D1 ('MetaData "EBSMetricName" "Amazonka.ComputeOptimizer.Types.EBSMetricName" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "EBSMetricName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEBSMetricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ECSServiceLaunchType

newtype ECSServiceLaunchType Source #

Instances

Instances details
FromJSON ECSServiceLaunchType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceLaunchType

FromJSONKey ECSServiceLaunchType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceLaunchType

ToJSON ECSServiceLaunchType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceLaunchType

ToJSONKey ECSServiceLaunchType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceLaunchType

ToByteString ECSServiceLaunchType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceLaunchType

ToHeader ECSServiceLaunchType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceLaunchType

ToLog ECSServiceLaunchType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceLaunchType

ToQuery ECSServiceLaunchType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceLaunchType

FromText ECSServiceLaunchType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceLaunchType

ToText ECSServiceLaunchType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceLaunchType

FromXML ECSServiceLaunchType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceLaunchType

ToXML ECSServiceLaunchType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceLaunchType

Generic ECSServiceLaunchType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceLaunchType

Associated Types

type Rep ECSServiceLaunchType :: Type -> Type #

Read ECSServiceLaunchType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceLaunchType

Show ECSServiceLaunchType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceLaunchType

NFData ECSServiceLaunchType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceLaunchType

Methods

rnf :: ECSServiceLaunchType -> () #

Eq ECSServiceLaunchType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceLaunchType

Ord ECSServiceLaunchType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceLaunchType

Hashable ECSServiceLaunchType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceLaunchType

type Rep ECSServiceLaunchType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceLaunchType

type Rep ECSServiceLaunchType = D1 ('MetaData "ECSServiceLaunchType" "Amazonka.ComputeOptimizer.Types.ECSServiceLaunchType" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "ECSServiceLaunchType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromECSServiceLaunchType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ECSServiceMetricName

newtype ECSServiceMetricName Source #

Instances

Instances details
FromJSON ECSServiceMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricName

FromJSONKey ECSServiceMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricName

ToJSON ECSServiceMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricName

ToJSONKey ECSServiceMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricName

ToByteString ECSServiceMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricName

ToHeader ECSServiceMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricName

ToLog ECSServiceMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricName

ToQuery ECSServiceMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricName

FromText ECSServiceMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricName

ToText ECSServiceMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricName

FromXML ECSServiceMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricName

ToXML ECSServiceMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricName

Generic ECSServiceMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricName

Associated Types

type Rep ECSServiceMetricName :: Type -> Type #

Read ECSServiceMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricName

Show ECSServiceMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricName

NFData ECSServiceMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricName

Methods

rnf :: ECSServiceMetricName -> () #

Eq ECSServiceMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricName

Ord ECSServiceMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricName

Hashable ECSServiceMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricName

type Rep ECSServiceMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricName

type Rep ECSServiceMetricName = D1 ('MetaData "ECSServiceMetricName" "Amazonka.ComputeOptimizer.Types.ECSServiceMetricName" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "ECSServiceMetricName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromECSServiceMetricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ECSServiceMetricStatistic

newtype ECSServiceMetricStatistic Source #

Instances

Instances details
FromJSON ECSServiceMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricStatistic

FromJSONKey ECSServiceMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricStatistic

ToJSON ECSServiceMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricStatistic

ToJSONKey ECSServiceMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricStatistic

ToByteString ECSServiceMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricStatistic

ToHeader ECSServiceMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricStatistic

ToLog ECSServiceMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricStatistic

ToQuery ECSServiceMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricStatistic

FromText ECSServiceMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricStatistic

ToText ECSServiceMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricStatistic

FromXML ECSServiceMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricStatistic

ToXML ECSServiceMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricStatistic

Generic ECSServiceMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricStatistic

Associated Types

type Rep ECSServiceMetricStatistic :: Type -> Type #

Read ECSServiceMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricStatistic

Show ECSServiceMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricStatistic

NFData ECSServiceMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricStatistic

Eq ECSServiceMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricStatistic

Ord ECSServiceMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricStatistic

Hashable ECSServiceMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricStatistic

type Rep ECSServiceMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceMetricStatistic

type Rep ECSServiceMetricStatistic = D1 ('MetaData "ECSServiceMetricStatistic" "Amazonka.ComputeOptimizer.Types.ECSServiceMetricStatistic" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "ECSServiceMetricStatistic'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromECSServiceMetricStatistic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ECSServiceRecommendationFilterName

newtype ECSServiceRecommendationFilterName Source #

Instances

Instances details
FromJSON ECSServiceRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilterName

FromJSONKey ECSServiceRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilterName

ToJSON ECSServiceRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilterName

ToJSONKey ECSServiceRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilterName

ToByteString ECSServiceRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilterName

ToHeader ECSServiceRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilterName

ToLog ECSServiceRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilterName

ToQuery ECSServiceRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilterName

FromText ECSServiceRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilterName

ToText ECSServiceRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilterName

FromXML ECSServiceRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilterName

ToXML ECSServiceRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilterName

Generic ECSServiceRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilterName

Associated Types

type Rep ECSServiceRecommendationFilterName :: Type -> Type #

Read ECSServiceRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilterName

Show ECSServiceRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilterName

NFData ECSServiceRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilterName

Eq ECSServiceRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilterName

Ord ECSServiceRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilterName

Hashable ECSServiceRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilterName

type Rep ECSServiceRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilterName

type Rep ECSServiceRecommendationFilterName = D1 ('MetaData "ECSServiceRecommendationFilterName" "Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilterName" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "ECSServiceRecommendationFilterName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromECSServiceRecommendationFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ECSServiceRecommendationFinding

newtype ECSServiceRecommendationFinding Source #

Instances

Instances details
FromJSON ECSServiceRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFinding

FromJSONKey ECSServiceRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFinding

ToJSON ECSServiceRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFinding

ToJSONKey ECSServiceRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFinding

ToByteString ECSServiceRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFinding

ToHeader ECSServiceRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFinding

ToLog ECSServiceRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFinding

ToQuery ECSServiceRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFinding

FromText ECSServiceRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFinding

ToText ECSServiceRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFinding

FromXML ECSServiceRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFinding

ToXML ECSServiceRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFinding

Generic ECSServiceRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFinding

Associated Types

type Rep ECSServiceRecommendationFinding :: Type -> Type #

Read ECSServiceRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFinding

Show ECSServiceRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFinding

NFData ECSServiceRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFinding

Eq ECSServiceRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFinding

Ord ECSServiceRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFinding

Hashable ECSServiceRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFinding

type Rep ECSServiceRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFinding

type Rep ECSServiceRecommendationFinding = D1 ('MetaData "ECSServiceRecommendationFinding" "Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFinding" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "ECSServiceRecommendationFinding'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromECSServiceRecommendationFinding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ECSServiceRecommendationFindingReasonCode

newtype ECSServiceRecommendationFindingReasonCode Source #

Instances

Instances details
FromJSON ECSServiceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFindingReasonCode

FromJSONKey ECSServiceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFindingReasonCode

ToJSON ECSServiceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFindingReasonCode

ToJSONKey ECSServiceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFindingReasonCode

ToByteString ECSServiceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFindingReasonCode

ToHeader ECSServiceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFindingReasonCode

ToLog ECSServiceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFindingReasonCode

ToQuery ECSServiceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFindingReasonCode

FromText ECSServiceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFindingReasonCode

ToText ECSServiceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFindingReasonCode

FromXML ECSServiceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFindingReasonCode

ToXML ECSServiceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFindingReasonCode

Generic ECSServiceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFindingReasonCode

Read ECSServiceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFindingReasonCode

Show ECSServiceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFindingReasonCode

NFData ECSServiceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFindingReasonCode

Eq ECSServiceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFindingReasonCode

Ord ECSServiceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFindingReasonCode

Hashable ECSServiceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFindingReasonCode

type Rep ECSServiceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFindingReasonCode

type Rep ECSServiceRecommendationFindingReasonCode = D1 ('MetaData "ECSServiceRecommendationFindingReasonCode" "Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFindingReasonCode" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "ECSServiceRecommendationFindingReasonCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromECSServiceRecommendationFindingReasonCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EnhancedInfrastructureMetrics

newtype EnhancedInfrastructureMetrics Source #

Instances

Instances details
FromJSON EnhancedInfrastructureMetrics Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnhancedInfrastructureMetrics

FromJSONKey EnhancedInfrastructureMetrics Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnhancedInfrastructureMetrics

ToJSON EnhancedInfrastructureMetrics Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnhancedInfrastructureMetrics

ToJSONKey EnhancedInfrastructureMetrics Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnhancedInfrastructureMetrics

ToByteString EnhancedInfrastructureMetrics Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnhancedInfrastructureMetrics

ToHeader EnhancedInfrastructureMetrics Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnhancedInfrastructureMetrics

ToLog EnhancedInfrastructureMetrics Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnhancedInfrastructureMetrics

ToQuery EnhancedInfrastructureMetrics Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnhancedInfrastructureMetrics

FromText EnhancedInfrastructureMetrics Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnhancedInfrastructureMetrics

ToText EnhancedInfrastructureMetrics Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnhancedInfrastructureMetrics

FromXML EnhancedInfrastructureMetrics Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnhancedInfrastructureMetrics

ToXML EnhancedInfrastructureMetrics Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnhancedInfrastructureMetrics

Generic EnhancedInfrastructureMetrics Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnhancedInfrastructureMetrics

Associated Types

type Rep EnhancedInfrastructureMetrics :: Type -> Type #

Read EnhancedInfrastructureMetrics Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnhancedInfrastructureMetrics

Show EnhancedInfrastructureMetrics Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnhancedInfrastructureMetrics

NFData EnhancedInfrastructureMetrics Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnhancedInfrastructureMetrics

Eq EnhancedInfrastructureMetrics Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnhancedInfrastructureMetrics

Ord EnhancedInfrastructureMetrics Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnhancedInfrastructureMetrics

Hashable EnhancedInfrastructureMetrics Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnhancedInfrastructureMetrics

type Rep EnhancedInfrastructureMetrics Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnhancedInfrastructureMetrics

type Rep EnhancedInfrastructureMetrics = D1 ('MetaData "EnhancedInfrastructureMetrics" "Amazonka.ComputeOptimizer.Types.EnhancedInfrastructureMetrics" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "EnhancedInfrastructureMetrics'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEnhancedInfrastructureMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EnrollmentFilterName

newtype EnrollmentFilterName Source #

Instances

Instances details
FromJSON EnrollmentFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnrollmentFilterName

FromJSONKey EnrollmentFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnrollmentFilterName

ToJSON EnrollmentFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnrollmentFilterName

ToJSONKey EnrollmentFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnrollmentFilterName

ToByteString EnrollmentFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnrollmentFilterName

ToHeader EnrollmentFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnrollmentFilterName

ToLog EnrollmentFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnrollmentFilterName

ToQuery EnrollmentFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnrollmentFilterName

FromText EnrollmentFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnrollmentFilterName

ToText EnrollmentFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnrollmentFilterName

FromXML EnrollmentFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnrollmentFilterName

ToXML EnrollmentFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnrollmentFilterName

Generic EnrollmentFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnrollmentFilterName

Associated Types

type Rep EnrollmentFilterName :: Type -> Type #

Read EnrollmentFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnrollmentFilterName

Show EnrollmentFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnrollmentFilterName

NFData EnrollmentFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnrollmentFilterName

Methods

rnf :: EnrollmentFilterName -> () #

Eq EnrollmentFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnrollmentFilterName

Ord EnrollmentFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnrollmentFilterName

Hashable EnrollmentFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnrollmentFilterName

type Rep EnrollmentFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnrollmentFilterName

type Rep EnrollmentFilterName = D1 ('MetaData "EnrollmentFilterName" "Amazonka.ComputeOptimizer.Types.EnrollmentFilterName" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "EnrollmentFilterName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEnrollmentFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ExportableAutoScalingGroupField

newtype ExportableAutoScalingGroupField Source #

Bundled Patterns

pattern ExportableAutoScalingGroupField_AccountId :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_AutoScalingGroupArn :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_AutoScalingGroupName :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_CurrentConfigurationDesiredCapacity :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_CurrentConfigurationInstanceType :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_CurrentConfigurationMaxSize :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_CurrentConfigurationMinSize :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_CurrentMemory :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_CurrentNetwork :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_CurrentOnDemandPrice :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_CurrentPerformanceRisk :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_CurrentStandardOneYearNoUpfrontReservedPrice :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_CurrentStandardThreeYearNoUpfrontReservedPrice :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_CurrentStorage :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_CurrentVCpus :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_EffectiveRecommendationPreferencesCpuVendorArchitectures :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_EffectiveRecommendationPreferencesEnhancedInfrastructureMetrics :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_EffectiveRecommendationPreferencesInferredWorkloadTypes :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_Finding :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_InferredWorkloadTypes :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_LastRefreshTimestamp :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_LookbackPeriodInDays :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_RecommendationOptionsConfigurationDesiredCapacity :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_RecommendationOptionsConfigurationInstanceType :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_RecommendationOptionsConfigurationMaxSize :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_RecommendationOptionsConfigurationMinSize :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_RecommendationOptionsEstimatedMonthlySavingsCurrency :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_RecommendationOptionsEstimatedMonthlySavingsValue :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_RecommendationOptionsMemory :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_RecommendationOptionsMigrationEffort :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_RecommendationOptionsNetwork :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_RecommendationOptionsOnDemandPrice :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_RecommendationOptionsPerformanceRisk :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_RecommendationOptionsProjectedUtilizationMetricsCpuMaximum :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_RecommendationOptionsSavingsOpportunityPercentage :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_RecommendationOptionsStandardOneYearNoUpfrontReservedPrice :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_RecommendationOptionsStorage :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_RecommendationOptionsVcpus :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_UtilizationMetricsCpuMaximum :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_UtilizationMetricsDiskReadBytesPerSecondMaximum :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_UtilizationMetricsDiskReadOpsPerSecondMaximum :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_UtilizationMetricsDiskWriteBytesPerSecondMaximum :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_UtilizationMetricsDiskWriteOpsPerSecondMaximum :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_UtilizationMetricsEbsReadBytesPerSecondMaximum :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_UtilizationMetricsEbsReadOpsPerSecondMaximum :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_UtilizationMetricsEbsWriteBytesPerSecondMaximum :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_UtilizationMetricsEbsWriteOpsPerSecondMaximum :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_UtilizationMetricsMemoryMaximum :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_UtilizationMetricsNetworkInBytesPerSecondMaximum :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_UtilizationMetricsNetworkOutBytesPerSecondMaximum :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_UtilizationMetricsNetworkPacketsInPerSecondMaximum :: ExportableAutoScalingGroupField 
pattern ExportableAutoScalingGroupField_UtilizationMetricsNetworkPacketsOutPerSecondMaximum :: ExportableAutoScalingGroupField 

Instances

Instances details
FromJSON ExportableAutoScalingGroupField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableAutoScalingGroupField

FromJSONKey ExportableAutoScalingGroupField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableAutoScalingGroupField

ToJSON ExportableAutoScalingGroupField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableAutoScalingGroupField

ToJSONKey ExportableAutoScalingGroupField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableAutoScalingGroupField

ToByteString ExportableAutoScalingGroupField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableAutoScalingGroupField

ToHeader ExportableAutoScalingGroupField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableAutoScalingGroupField

ToLog ExportableAutoScalingGroupField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableAutoScalingGroupField

ToQuery ExportableAutoScalingGroupField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableAutoScalingGroupField

FromText ExportableAutoScalingGroupField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableAutoScalingGroupField

ToText ExportableAutoScalingGroupField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableAutoScalingGroupField

FromXML ExportableAutoScalingGroupField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableAutoScalingGroupField

ToXML ExportableAutoScalingGroupField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableAutoScalingGroupField

Generic ExportableAutoScalingGroupField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableAutoScalingGroupField

Associated Types

type Rep ExportableAutoScalingGroupField :: Type -> Type #

Read ExportableAutoScalingGroupField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableAutoScalingGroupField

Show ExportableAutoScalingGroupField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableAutoScalingGroupField

NFData ExportableAutoScalingGroupField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableAutoScalingGroupField

Eq ExportableAutoScalingGroupField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableAutoScalingGroupField

Ord ExportableAutoScalingGroupField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableAutoScalingGroupField

Hashable ExportableAutoScalingGroupField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableAutoScalingGroupField

type Rep ExportableAutoScalingGroupField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableAutoScalingGroupField

type Rep ExportableAutoScalingGroupField = D1 ('MetaData "ExportableAutoScalingGroupField" "Amazonka.ComputeOptimizer.Types.ExportableAutoScalingGroupField" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "ExportableAutoScalingGroupField'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromExportableAutoScalingGroupField") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ExportableECSServiceField

newtype ExportableECSServiceField Source #

Bundled Patterns

pattern ExportableECSServiceField_AccountId :: ExportableECSServiceField 
pattern ExportableECSServiceField_CurrentPerformanceRisk :: ExportableECSServiceField 
pattern ExportableECSServiceField_CurrentServiceConfigurationAutoScalingConfiguration :: ExportableECSServiceField 
pattern ExportableECSServiceField_CurrentServiceConfigurationCpu :: ExportableECSServiceField 
pattern ExportableECSServiceField_CurrentServiceConfigurationMemory :: ExportableECSServiceField 
pattern ExportableECSServiceField_CurrentServiceConfigurationTaskDefinitionArn :: ExportableECSServiceField 
pattern ExportableECSServiceField_CurrentServiceContainerConfigurations :: ExportableECSServiceField 
pattern ExportableECSServiceField_Finding :: ExportableECSServiceField 
pattern ExportableECSServiceField_FindingReasonCodes :: ExportableECSServiceField 
pattern ExportableECSServiceField_LastRefreshTimestamp :: ExportableECSServiceField 
pattern ExportableECSServiceField_LaunchType :: ExportableECSServiceField 
pattern ExportableECSServiceField_LookbackPeriodInDays :: ExportableECSServiceField 
pattern ExportableECSServiceField_RecommendationOptionsContainerRecommendations :: ExportableECSServiceField 
pattern ExportableECSServiceField_RecommendationOptionsCpu :: ExportableECSServiceField 
pattern ExportableECSServiceField_RecommendationOptionsEstimatedMonthlySavingsCurrency :: ExportableECSServiceField 
pattern ExportableECSServiceField_RecommendationOptionsEstimatedMonthlySavingsValue :: ExportableECSServiceField 
pattern ExportableECSServiceField_RecommendationOptionsMemory :: ExportableECSServiceField 
pattern ExportableECSServiceField_RecommendationOptionsProjectedUtilizationMetricsCpuMaximum :: ExportableECSServiceField 
pattern ExportableECSServiceField_RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum :: ExportableECSServiceField 
pattern ExportableECSServiceField_RecommendationOptionsSavingsOpportunityPercentage :: ExportableECSServiceField 
pattern ExportableECSServiceField_ServiceArn :: ExportableECSServiceField 
pattern ExportableECSServiceField_UtilizationMetricsCpuMaximum :: ExportableECSServiceField 
pattern ExportableECSServiceField_UtilizationMetricsMemoryMaximum :: ExportableECSServiceField 

Instances

Instances details
FromJSON ExportableECSServiceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableECSServiceField

FromJSONKey ExportableECSServiceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableECSServiceField

ToJSON ExportableECSServiceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableECSServiceField

ToJSONKey ExportableECSServiceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableECSServiceField

ToByteString ExportableECSServiceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableECSServiceField

ToHeader ExportableECSServiceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableECSServiceField

ToLog ExportableECSServiceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableECSServiceField

ToQuery ExportableECSServiceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableECSServiceField

FromText ExportableECSServiceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableECSServiceField

ToText ExportableECSServiceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableECSServiceField

FromXML ExportableECSServiceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableECSServiceField

ToXML ExportableECSServiceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableECSServiceField

Generic ExportableECSServiceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableECSServiceField

Associated Types

type Rep ExportableECSServiceField :: Type -> Type #

Read ExportableECSServiceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableECSServiceField

Show ExportableECSServiceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableECSServiceField

NFData ExportableECSServiceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableECSServiceField

Eq ExportableECSServiceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableECSServiceField

Ord ExportableECSServiceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableECSServiceField

Hashable ExportableECSServiceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableECSServiceField

type Rep ExportableECSServiceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableECSServiceField

type Rep ExportableECSServiceField = D1 ('MetaData "ExportableECSServiceField" "Amazonka.ComputeOptimizer.Types.ExportableECSServiceField" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "ExportableECSServiceField'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromExportableECSServiceField") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ExportableInstanceField

newtype ExportableInstanceField Source #

Bundled Patterns

pattern ExportableInstanceField_AccountId :: ExportableInstanceField 
pattern ExportableInstanceField_CurrentInstanceType :: ExportableInstanceField 
pattern ExportableInstanceField_CurrentMemory :: ExportableInstanceField 
pattern ExportableInstanceField_CurrentNetwork :: ExportableInstanceField 
pattern ExportableInstanceField_CurrentOnDemandPrice :: ExportableInstanceField 
pattern ExportableInstanceField_CurrentPerformanceRisk :: ExportableInstanceField 
pattern ExportableInstanceField_CurrentStandardOneYearNoUpfrontReservedPrice :: ExportableInstanceField 
pattern ExportableInstanceField_CurrentStandardThreeYearNoUpfrontReservedPrice :: ExportableInstanceField 
pattern ExportableInstanceField_CurrentStorage :: ExportableInstanceField 
pattern ExportableInstanceField_CurrentVCpus :: ExportableInstanceField 
pattern ExportableInstanceField_EffectiveRecommendationPreferencesCpuVendorArchitectures :: ExportableInstanceField 
pattern ExportableInstanceField_EffectiveRecommendationPreferencesEnhancedInfrastructureMetrics :: ExportableInstanceField 
pattern ExportableInstanceField_EffectiveRecommendationPreferencesExternalMetricsSource :: ExportableInstanceField 
pattern ExportableInstanceField_EffectiveRecommendationPreferencesInferredWorkloadTypes :: ExportableInstanceField 
pattern ExportableInstanceField_Finding :: ExportableInstanceField 
pattern ExportableInstanceField_FindingReasonCodes :: ExportableInstanceField 
pattern ExportableInstanceField_InferredWorkloadTypes :: ExportableInstanceField 
pattern ExportableInstanceField_InstanceArn :: ExportableInstanceField 
pattern ExportableInstanceField_InstanceName :: ExportableInstanceField 
pattern ExportableInstanceField_LastRefreshTimestamp :: ExportableInstanceField 
pattern ExportableInstanceField_LookbackPeriodInDays :: ExportableInstanceField 
pattern ExportableInstanceField_RecommendationOptionsEstimatedMonthlySavingsCurrency :: ExportableInstanceField 
pattern ExportableInstanceField_RecommendationOptionsEstimatedMonthlySavingsValue :: ExportableInstanceField 
pattern ExportableInstanceField_RecommendationOptionsInstanceType :: ExportableInstanceField 
pattern ExportableInstanceField_RecommendationOptionsMemory :: ExportableInstanceField 
pattern ExportableInstanceField_RecommendationOptionsMigrationEffort :: ExportableInstanceField 
pattern ExportableInstanceField_RecommendationOptionsNetwork :: ExportableInstanceField 
pattern ExportableInstanceField_RecommendationOptionsOnDemandPrice :: ExportableInstanceField 
pattern ExportableInstanceField_RecommendationOptionsPerformanceRisk :: ExportableInstanceField 
pattern ExportableInstanceField_RecommendationOptionsPlatformDifferences :: ExportableInstanceField 
pattern ExportableInstanceField_RecommendationOptionsProjectedUtilizationMetricsCpuMaximum :: ExportableInstanceField 
pattern ExportableInstanceField_RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum :: ExportableInstanceField 
pattern ExportableInstanceField_RecommendationOptionsSavingsOpportunityPercentage :: ExportableInstanceField 
pattern ExportableInstanceField_RecommendationOptionsStandardOneYearNoUpfrontReservedPrice :: ExportableInstanceField 
pattern ExportableInstanceField_RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice :: ExportableInstanceField 
pattern ExportableInstanceField_RecommendationOptionsStorage :: ExportableInstanceField 
pattern ExportableInstanceField_RecommendationOptionsVcpus :: ExportableInstanceField 
pattern ExportableInstanceField_RecommendationsSourcesRecommendationSourceArn :: ExportableInstanceField 
pattern ExportableInstanceField_RecommendationsSourcesRecommendationSourceType :: ExportableInstanceField 
pattern ExportableInstanceField_UtilizationMetricsCpuMaximum :: ExportableInstanceField 
pattern ExportableInstanceField_UtilizationMetricsDiskReadBytesPerSecondMaximum :: ExportableInstanceField 
pattern ExportableInstanceField_UtilizationMetricsDiskReadOpsPerSecondMaximum :: ExportableInstanceField 
pattern ExportableInstanceField_UtilizationMetricsDiskWriteBytesPerSecondMaximum :: ExportableInstanceField 
pattern ExportableInstanceField_UtilizationMetricsDiskWriteOpsPerSecondMaximum :: ExportableInstanceField 
pattern ExportableInstanceField_UtilizationMetricsEbsReadBytesPerSecondMaximum :: ExportableInstanceField 
pattern ExportableInstanceField_UtilizationMetricsEbsReadOpsPerSecondMaximum :: ExportableInstanceField 
pattern ExportableInstanceField_UtilizationMetricsEbsWriteBytesPerSecondMaximum :: ExportableInstanceField 
pattern ExportableInstanceField_UtilizationMetricsEbsWriteOpsPerSecondMaximum :: ExportableInstanceField 
pattern ExportableInstanceField_UtilizationMetricsMemoryMaximum :: ExportableInstanceField 
pattern ExportableInstanceField_UtilizationMetricsNetworkInBytesPerSecondMaximum :: ExportableInstanceField 
pattern ExportableInstanceField_UtilizationMetricsNetworkOutBytesPerSecondMaximum :: ExportableInstanceField 
pattern ExportableInstanceField_UtilizationMetricsNetworkPacketsInPerSecondMaximum :: ExportableInstanceField 
pattern ExportableInstanceField_UtilizationMetricsNetworkPacketsOutPerSecondMaximum :: ExportableInstanceField 

Instances

Instances details
FromJSON ExportableInstanceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableInstanceField

FromJSONKey ExportableInstanceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableInstanceField

ToJSON ExportableInstanceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableInstanceField

ToJSONKey ExportableInstanceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableInstanceField

ToByteString ExportableInstanceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableInstanceField

ToHeader ExportableInstanceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableInstanceField

ToLog ExportableInstanceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableInstanceField

ToQuery ExportableInstanceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableInstanceField

FromText ExportableInstanceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableInstanceField

ToText ExportableInstanceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableInstanceField

FromXML ExportableInstanceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableInstanceField

ToXML ExportableInstanceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableInstanceField

Generic ExportableInstanceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableInstanceField

Associated Types

type Rep ExportableInstanceField :: Type -> Type #

Read ExportableInstanceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableInstanceField

Show ExportableInstanceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableInstanceField

NFData ExportableInstanceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableInstanceField

Methods

rnf :: ExportableInstanceField -> () #

Eq ExportableInstanceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableInstanceField

Ord ExportableInstanceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableInstanceField

Hashable ExportableInstanceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableInstanceField

type Rep ExportableInstanceField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableInstanceField

type Rep ExportableInstanceField = D1 ('MetaData "ExportableInstanceField" "Amazonka.ComputeOptimizer.Types.ExportableInstanceField" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "ExportableInstanceField'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromExportableInstanceField") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ExportableLambdaFunctionField

newtype ExportableLambdaFunctionField Source #

Bundled Patterns

pattern ExportableLambdaFunctionField_AccountId :: ExportableLambdaFunctionField 
pattern ExportableLambdaFunctionField_CurrentConfigurationMemorySize :: ExportableLambdaFunctionField 
pattern ExportableLambdaFunctionField_CurrentConfigurationTimeout :: ExportableLambdaFunctionField 
pattern ExportableLambdaFunctionField_CurrentCostAverage :: ExportableLambdaFunctionField 
pattern ExportableLambdaFunctionField_CurrentCostTotal :: ExportableLambdaFunctionField 
pattern ExportableLambdaFunctionField_CurrentPerformanceRisk :: ExportableLambdaFunctionField 
pattern ExportableLambdaFunctionField_Finding :: ExportableLambdaFunctionField 
pattern ExportableLambdaFunctionField_FindingReasonCodes :: ExportableLambdaFunctionField 
pattern ExportableLambdaFunctionField_FunctionArn :: ExportableLambdaFunctionField 
pattern ExportableLambdaFunctionField_FunctionVersion :: ExportableLambdaFunctionField 
pattern ExportableLambdaFunctionField_LastRefreshTimestamp :: ExportableLambdaFunctionField 
pattern ExportableLambdaFunctionField_LookbackPeriodInDays :: ExportableLambdaFunctionField 
pattern ExportableLambdaFunctionField_NumberOfInvocations :: ExportableLambdaFunctionField 
pattern ExportableLambdaFunctionField_RecommendationOptionsConfigurationMemorySize :: ExportableLambdaFunctionField 
pattern ExportableLambdaFunctionField_RecommendationOptionsCostHigh :: ExportableLambdaFunctionField 
pattern ExportableLambdaFunctionField_RecommendationOptionsCostLow :: ExportableLambdaFunctionField 
pattern ExportableLambdaFunctionField_RecommendationOptionsEstimatedMonthlySavingsCurrency :: ExportableLambdaFunctionField 
pattern ExportableLambdaFunctionField_RecommendationOptionsEstimatedMonthlySavingsValue :: ExportableLambdaFunctionField 
pattern ExportableLambdaFunctionField_RecommendationOptionsProjectedUtilizationMetricsDurationExpected :: ExportableLambdaFunctionField 
pattern ExportableLambdaFunctionField_RecommendationOptionsProjectedUtilizationMetricsDurationLowerBound :: ExportableLambdaFunctionField 
pattern ExportableLambdaFunctionField_RecommendationOptionsProjectedUtilizationMetricsDurationUpperBound :: ExportableLambdaFunctionField 
pattern ExportableLambdaFunctionField_RecommendationOptionsSavingsOpportunityPercentage :: ExportableLambdaFunctionField 
pattern ExportableLambdaFunctionField_UtilizationMetricsDurationAverage :: ExportableLambdaFunctionField 
pattern ExportableLambdaFunctionField_UtilizationMetricsDurationMaximum :: ExportableLambdaFunctionField 
pattern ExportableLambdaFunctionField_UtilizationMetricsMemoryAverage :: ExportableLambdaFunctionField 
pattern ExportableLambdaFunctionField_UtilizationMetricsMemoryMaximum :: ExportableLambdaFunctionField 

Instances

Instances details
FromJSON ExportableLambdaFunctionField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableLambdaFunctionField

FromJSONKey ExportableLambdaFunctionField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableLambdaFunctionField

ToJSON ExportableLambdaFunctionField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableLambdaFunctionField

ToJSONKey ExportableLambdaFunctionField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableLambdaFunctionField

ToByteString ExportableLambdaFunctionField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableLambdaFunctionField

ToHeader ExportableLambdaFunctionField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableLambdaFunctionField

ToLog ExportableLambdaFunctionField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableLambdaFunctionField

ToQuery ExportableLambdaFunctionField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableLambdaFunctionField

FromText ExportableLambdaFunctionField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableLambdaFunctionField

ToText ExportableLambdaFunctionField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableLambdaFunctionField

FromXML ExportableLambdaFunctionField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableLambdaFunctionField

ToXML ExportableLambdaFunctionField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableLambdaFunctionField

Generic ExportableLambdaFunctionField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableLambdaFunctionField

Associated Types

type Rep ExportableLambdaFunctionField :: Type -> Type #

Read ExportableLambdaFunctionField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableLambdaFunctionField

Show ExportableLambdaFunctionField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableLambdaFunctionField

NFData ExportableLambdaFunctionField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableLambdaFunctionField

Eq ExportableLambdaFunctionField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableLambdaFunctionField

Ord ExportableLambdaFunctionField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableLambdaFunctionField

Hashable ExportableLambdaFunctionField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableLambdaFunctionField

type Rep ExportableLambdaFunctionField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableLambdaFunctionField

type Rep ExportableLambdaFunctionField = D1 ('MetaData "ExportableLambdaFunctionField" "Amazonka.ComputeOptimizer.Types.ExportableLambdaFunctionField" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "ExportableLambdaFunctionField'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromExportableLambdaFunctionField") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ExportableVolumeField

newtype ExportableVolumeField Source #

Bundled Patterns

pattern ExportableVolumeField_AccountId :: ExportableVolumeField 
pattern ExportableVolumeField_CurrentConfigurationVolumeBaselineIOPS :: ExportableVolumeField 
pattern ExportableVolumeField_CurrentConfigurationVolumeBaselineThroughput :: ExportableVolumeField 
pattern ExportableVolumeField_CurrentConfigurationVolumeBurstIOPS :: ExportableVolumeField 
pattern ExportableVolumeField_CurrentConfigurationVolumeBurstThroughput :: ExportableVolumeField 
pattern ExportableVolumeField_CurrentConfigurationVolumeSize :: ExportableVolumeField 
pattern ExportableVolumeField_CurrentConfigurationVolumeType :: ExportableVolumeField 
pattern ExportableVolumeField_CurrentMonthlyPrice :: ExportableVolumeField 
pattern ExportableVolumeField_CurrentPerformanceRisk :: ExportableVolumeField 
pattern ExportableVolumeField_Finding :: ExportableVolumeField 
pattern ExportableVolumeField_LastRefreshTimestamp :: ExportableVolumeField 
pattern ExportableVolumeField_LookbackPeriodInDays :: ExportableVolumeField 
pattern ExportableVolumeField_RecommendationOptionsConfigurationVolumeBaselineIOPS :: ExportableVolumeField 
pattern ExportableVolumeField_RecommendationOptionsConfigurationVolumeBaselineThroughput :: ExportableVolumeField 
pattern ExportableVolumeField_RecommendationOptionsConfigurationVolumeBurstIOPS :: ExportableVolumeField 
pattern ExportableVolumeField_RecommendationOptionsConfigurationVolumeBurstThroughput :: ExportableVolumeField 
pattern ExportableVolumeField_RecommendationOptionsConfigurationVolumeSize :: ExportableVolumeField 
pattern ExportableVolumeField_RecommendationOptionsConfigurationVolumeType :: ExportableVolumeField 
pattern ExportableVolumeField_RecommendationOptionsEstimatedMonthlySavingsCurrency :: ExportableVolumeField 
pattern ExportableVolumeField_RecommendationOptionsEstimatedMonthlySavingsValue :: ExportableVolumeField 
pattern ExportableVolumeField_RecommendationOptionsMonthlyPrice :: ExportableVolumeField 
pattern ExportableVolumeField_RecommendationOptionsPerformanceRisk :: ExportableVolumeField 
pattern ExportableVolumeField_RecommendationOptionsSavingsOpportunityPercentage :: ExportableVolumeField 
pattern ExportableVolumeField_UtilizationMetricsVolumeReadBytesPerSecondMaximum :: ExportableVolumeField 
pattern ExportableVolumeField_UtilizationMetricsVolumeReadOpsPerSecondMaximum :: ExportableVolumeField 
pattern ExportableVolumeField_UtilizationMetricsVolumeWriteBytesPerSecondMaximum :: ExportableVolumeField 
pattern ExportableVolumeField_UtilizationMetricsVolumeWriteOpsPerSecondMaximum :: ExportableVolumeField 
pattern ExportableVolumeField_VolumeArn :: ExportableVolumeField 

Instances

Instances details
FromJSON ExportableVolumeField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableVolumeField

FromJSONKey ExportableVolumeField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableVolumeField

ToJSON ExportableVolumeField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableVolumeField

ToJSONKey ExportableVolumeField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableVolumeField

ToByteString ExportableVolumeField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableVolumeField

ToHeader ExportableVolumeField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableVolumeField

ToLog ExportableVolumeField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableVolumeField

ToQuery ExportableVolumeField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableVolumeField

FromText ExportableVolumeField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableVolumeField

ToText ExportableVolumeField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableVolumeField

FromXML ExportableVolumeField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableVolumeField

ToXML ExportableVolumeField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableVolumeField

Generic ExportableVolumeField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableVolumeField

Associated Types

type Rep ExportableVolumeField :: Type -> Type #

Read ExportableVolumeField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableVolumeField

Show ExportableVolumeField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableVolumeField

NFData ExportableVolumeField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableVolumeField

Methods

rnf :: ExportableVolumeField -> () #

Eq ExportableVolumeField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableVolumeField

Ord ExportableVolumeField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableVolumeField

Hashable ExportableVolumeField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableVolumeField

type Rep ExportableVolumeField Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportableVolumeField

type Rep ExportableVolumeField = D1 ('MetaData "ExportableVolumeField" "Amazonka.ComputeOptimizer.Types.ExportableVolumeField" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "ExportableVolumeField'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromExportableVolumeField") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ExternalMetricsSource

newtype ExternalMetricsSource Source #

Instances

Instances details
FromJSON ExternalMetricsSource Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsSource

FromJSONKey ExternalMetricsSource Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsSource

ToJSON ExternalMetricsSource Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsSource

ToJSONKey ExternalMetricsSource Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsSource

ToByteString ExternalMetricsSource Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsSource

ToHeader ExternalMetricsSource Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsSource

ToLog ExternalMetricsSource Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsSource

ToQuery ExternalMetricsSource Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsSource

FromText ExternalMetricsSource Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsSource

ToText ExternalMetricsSource Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsSource

FromXML ExternalMetricsSource Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsSource

ToXML ExternalMetricsSource Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsSource

Generic ExternalMetricsSource Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsSource

Associated Types

type Rep ExternalMetricsSource :: Type -> Type #

Read ExternalMetricsSource Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsSource

Show ExternalMetricsSource Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsSource

NFData ExternalMetricsSource Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsSource

Methods

rnf :: ExternalMetricsSource -> () #

Eq ExternalMetricsSource Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsSource

Ord ExternalMetricsSource Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsSource

Hashable ExternalMetricsSource Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsSource

type Rep ExternalMetricsSource Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsSource

type Rep ExternalMetricsSource = D1 ('MetaData "ExternalMetricsSource" "Amazonka.ComputeOptimizer.Types.ExternalMetricsSource" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "ExternalMetricsSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromExternalMetricsSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FileFormat

newtype FileFormat Source #

Constructors

FileFormat' 

Fields

Bundled Patterns

pattern FileFormat_Csv :: FileFormat 

Instances

Instances details
FromJSON FileFormat Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FileFormat

FromJSONKey FileFormat Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FileFormat

ToJSON FileFormat Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FileFormat

ToJSONKey FileFormat Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FileFormat

ToByteString FileFormat Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FileFormat

ToHeader FileFormat Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FileFormat

ToLog FileFormat Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FileFormat

ToQuery FileFormat Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FileFormat

FromText FileFormat Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FileFormat

ToText FileFormat Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FileFormat

Methods

toText :: FileFormat -> Text #

FromXML FileFormat Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FileFormat

ToXML FileFormat Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FileFormat

Methods

toXML :: FileFormat -> XML #

Generic FileFormat Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FileFormat

Associated Types

type Rep FileFormat :: Type -> Type #

Read FileFormat Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FileFormat

Show FileFormat Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FileFormat

NFData FileFormat Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FileFormat

Methods

rnf :: FileFormat -> () #

Eq FileFormat Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FileFormat

Ord FileFormat Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FileFormat

Hashable FileFormat Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FileFormat

type Rep FileFormat Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FileFormat

type Rep FileFormat = D1 ('MetaData "FileFormat" "Amazonka.ComputeOptimizer.Types.FileFormat" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "FileFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFileFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FilterName

newtype FilterName Source #

Constructors

FilterName' 

Fields

Instances

Instances details
FromJSON FilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FilterName

FromJSONKey FilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FilterName

ToJSON FilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FilterName

ToJSONKey FilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FilterName

ToByteString FilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FilterName

ToHeader FilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FilterName

ToLog FilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FilterName

ToQuery FilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FilterName

FromText FilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FilterName

ToText FilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FilterName

Methods

toText :: FilterName -> Text #

FromXML FilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FilterName

ToXML FilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FilterName

Methods

toXML :: FilterName -> XML #

Generic FilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FilterName

Associated Types

type Rep FilterName :: Type -> Type #

Read FilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FilterName

Show FilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FilterName

NFData FilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FilterName

Methods

rnf :: FilterName -> () #

Eq FilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FilterName

Ord FilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FilterName

Hashable FilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FilterName

type Rep FilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FilterName

type Rep FilterName = D1 ('MetaData "FilterName" "Amazonka.ComputeOptimizer.Types.FilterName" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "FilterName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Finding

newtype Finding Source #

Constructors

Finding' 

Fields

Instances

Instances details
FromJSON Finding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Finding

FromJSONKey Finding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Finding

ToJSON Finding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Finding

ToJSONKey Finding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Finding

ToByteString Finding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Finding

Methods

toBS :: Finding -> ByteString #

ToHeader Finding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Finding

Methods

toHeader :: HeaderName -> Finding -> [Header] #

ToLog Finding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Finding

ToQuery Finding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Finding

FromText Finding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Finding

ToText Finding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Finding

Methods

toText :: Finding -> Text #

FromXML Finding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Finding

ToXML Finding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Finding

Methods

toXML :: Finding -> XML #

Generic Finding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Finding

Associated Types

type Rep Finding :: Type -> Type #

Methods

from :: Finding -> Rep Finding x #

to :: Rep Finding x -> Finding #

Read Finding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Finding

Show Finding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Finding

NFData Finding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Finding

Methods

rnf :: Finding -> () #

Eq Finding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Finding

Methods

(==) :: Finding -> Finding -> Bool #

(/=) :: Finding -> Finding -> Bool #

Ord Finding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Finding

Hashable Finding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Finding

Methods

hashWithSalt :: Int -> Finding -> Int #

hash :: Finding -> Int #

type Rep Finding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Finding

type Rep Finding = D1 ('MetaData "Finding" "Amazonka.ComputeOptimizer.Types.Finding" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "Finding'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFinding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FindingReasonCode

newtype FindingReasonCode Source #

Instances

Instances details
FromJSON FindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FindingReasonCode

FromJSONKey FindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FindingReasonCode

ToJSON FindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FindingReasonCode

ToJSONKey FindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FindingReasonCode

ToByteString FindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FindingReasonCode

ToHeader FindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FindingReasonCode

ToLog FindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FindingReasonCode

ToQuery FindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FindingReasonCode

FromText FindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FindingReasonCode

ToText FindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FindingReasonCode

FromXML FindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FindingReasonCode

ToXML FindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FindingReasonCode

Generic FindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FindingReasonCode

Associated Types

type Rep FindingReasonCode :: Type -> Type #

Read FindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FindingReasonCode

Show FindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FindingReasonCode

NFData FindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FindingReasonCode

Methods

rnf :: FindingReasonCode -> () #

Eq FindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FindingReasonCode

Ord FindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FindingReasonCode

Hashable FindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FindingReasonCode

type Rep FindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.FindingReasonCode

type Rep FindingReasonCode = D1 ('MetaData "FindingReasonCode" "Amazonka.ComputeOptimizer.Types.FindingReasonCode" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "FindingReasonCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFindingReasonCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InferredWorkloadType

newtype InferredWorkloadType Source #

Instances

Instances details
FromJSON InferredWorkloadType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadType

FromJSONKey InferredWorkloadType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadType

ToJSON InferredWorkloadType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadType

ToJSONKey InferredWorkloadType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadType

ToByteString InferredWorkloadType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadType

ToHeader InferredWorkloadType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadType

ToLog InferredWorkloadType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadType

ToQuery InferredWorkloadType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadType

FromText InferredWorkloadType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadType

ToText InferredWorkloadType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadType

FromXML InferredWorkloadType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadType

ToXML InferredWorkloadType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadType

Generic InferredWorkloadType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadType

Associated Types

type Rep InferredWorkloadType :: Type -> Type #

Read InferredWorkloadType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadType

Show InferredWorkloadType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadType

NFData InferredWorkloadType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadType

Methods

rnf :: InferredWorkloadType -> () #

Eq InferredWorkloadType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadType

Ord InferredWorkloadType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadType

Hashable InferredWorkloadType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadType

type Rep InferredWorkloadType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadType

type Rep InferredWorkloadType = D1 ('MetaData "InferredWorkloadType" "Amazonka.ComputeOptimizer.Types.InferredWorkloadType" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "InferredWorkloadType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInferredWorkloadType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InferredWorkloadTypesPreference

newtype InferredWorkloadTypesPreference Source #

Instances

Instances details
FromJSON InferredWorkloadTypesPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadTypesPreference

FromJSONKey InferredWorkloadTypesPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadTypesPreference

ToJSON InferredWorkloadTypesPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadTypesPreference

ToJSONKey InferredWorkloadTypesPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadTypesPreference

ToByteString InferredWorkloadTypesPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadTypesPreference

ToHeader InferredWorkloadTypesPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadTypesPreference

ToLog InferredWorkloadTypesPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadTypesPreference

ToQuery InferredWorkloadTypesPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadTypesPreference

FromText InferredWorkloadTypesPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadTypesPreference

ToText InferredWorkloadTypesPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadTypesPreference

FromXML InferredWorkloadTypesPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadTypesPreference

ToXML InferredWorkloadTypesPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadTypesPreference

Generic InferredWorkloadTypesPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadTypesPreference

Associated Types

type Rep InferredWorkloadTypesPreference :: Type -> Type #

Read InferredWorkloadTypesPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadTypesPreference

Show InferredWorkloadTypesPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadTypesPreference

NFData InferredWorkloadTypesPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadTypesPreference

Eq InferredWorkloadTypesPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadTypesPreference

Ord InferredWorkloadTypesPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadTypesPreference

Hashable InferredWorkloadTypesPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadTypesPreference

type Rep InferredWorkloadTypesPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InferredWorkloadTypesPreference

type Rep InferredWorkloadTypesPreference = D1 ('MetaData "InferredWorkloadTypesPreference" "Amazonka.ComputeOptimizer.Types.InferredWorkloadTypesPreference" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "InferredWorkloadTypesPreference'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInferredWorkloadTypesPreference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InstanceRecommendationFindingReasonCode

newtype InstanceRecommendationFindingReasonCode Source #

Bundled Patterns

pattern InstanceRecommendationFindingReasonCode_CPUOverprovisioned :: InstanceRecommendationFindingReasonCode 
pattern InstanceRecommendationFindingReasonCode_CPUUnderprovisioned :: InstanceRecommendationFindingReasonCode 
pattern InstanceRecommendationFindingReasonCode_DiskIOPSOverprovisioned :: InstanceRecommendationFindingReasonCode 
pattern InstanceRecommendationFindingReasonCode_DiskIOPSUnderprovisioned :: InstanceRecommendationFindingReasonCode 
pattern InstanceRecommendationFindingReasonCode_DiskThroughputOverprovisioned :: InstanceRecommendationFindingReasonCode 
pattern InstanceRecommendationFindingReasonCode_DiskThroughputUnderprovisioned :: InstanceRecommendationFindingReasonCode 
pattern InstanceRecommendationFindingReasonCode_EBSIOPSOverprovisioned :: InstanceRecommendationFindingReasonCode 
pattern InstanceRecommendationFindingReasonCode_EBSIOPSUnderprovisioned :: InstanceRecommendationFindingReasonCode 
pattern InstanceRecommendationFindingReasonCode_EBSThroughputOverprovisioned :: InstanceRecommendationFindingReasonCode 
pattern InstanceRecommendationFindingReasonCode_EBSThroughputUnderprovisioned :: InstanceRecommendationFindingReasonCode 
pattern InstanceRecommendationFindingReasonCode_MemoryOverprovisioned :: InstanceRecommendationFindingReasonCode 
pattern InstanceRecommendationFindingReasonCode_MemoryUnderprovisioned :: InstanceRecommendationFindingReasonCode 
pattern InstanceRecommendationFindingReasonCode_NetworkBandwidthOverprovisioned :: InstanceRecommendationFindingReasonCode 
pattern InstanceRecommendationFindingReasonCode_NetworkBandwidthUnderprovisioned :: InstanceRecommendationFindingReasonCode 
pattern InstanceRecommendationFindingReasonCode_NetworkPPSOverprovisioned :: InstanceRecommendationFindingReasonCode 
pattern InstanceRecommendationFindingReasonCode_NetworkPPSUnderprovisioned :: InstanceRecommendationFindingReasonCode 

Instances

Instances details
FromJSON InstanceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendationFindingReasonCode

FromJSONKey InstanceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendationFindingReasonCode

ToJSON InstanceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendationFindingReasonCode

ToJSONKey InstanceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendationFindingReasonCode

ToByteString InstanceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendationFindingReasonCode

ToHeader InstanceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendationFindingReasonCode

ToLog InstanceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendationFindingReasonCode

ToQuery InstanceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendationFindingReasonCode

FromText InstanceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendationFindingReasonCode

ToText InstanceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendationFindingReasonCode

FromXML InstanceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendationFindingReasonCode

ToXML InstanceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendationFindingReasonCode

Generic InstanceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendationFindingReasonCode

Read InstanceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendationFindingReasonCode

Show InstanceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendationFindingReasonCode

NFData InstanceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendationFindingReasonCode

Eq InstanceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendationFindingReasonCode

Ord InstanceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendationFindingReasonCode

Hashable InstanceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendationFindingReasonCode

type Rep InstanceRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendationFindingReasonCode

type Rep InstanceRecommendationFindingReasonCode = D1 ('MetaData "InstanceRecommendationFindingReasonCode" "Amazonka.ComputeOptimizer.Types.InstanceRecommendationFindingReasonCode" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "InstanceRecommendationFindingReasonCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInstanceRecommendationFindingReasonCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

JobFilterName

newtype JobFilterName Source #

Constructors

JobFilterName' 

Instances

Instances details
FromJSON JobFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobFilterName

FromJSONKey JobFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobFilterName

ToJSON JobFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobFilterName

ToJSONKey JobFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobFilterName

ToByteString JobFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobFilterName

ToHeader JobFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobFilterName

ToLog JobFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobFilterName

ToQuery JobFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobFilterName

FromText JobFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobFilterName

ToText JobFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobFilterName

Methods

toText :: JobFilterName -> Text #

FromXML JobFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobFilterName

ToXML JobFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobFilterName

Methods

toXML :: JobFilterName -> XML #

Generic JobFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobFilterName

Associated Types

type Rep JobFilterName :: Type -> Type #

Read JobFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobFilterName

Show JobFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobFilterName

NFData JobFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobFilterName

Methods

rnf :: JobFilterName -> () #

Eq JobFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobFilterName

Ord JobFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobFilterName

Hashable JobFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobFilterName

type Rep JobFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobFilterName

type Rep JobFilterName = D1 ('MetaData "JobFilterName" "Amazonka.ComputeOptimizer.Types.JobFilterName" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "JobFilterName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromJobFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

JobStatus

newtype JobStatus Source #

Constructors

JobStatus' 

Fields

Bundled Patterns

pattern JobStatus_Complete :: JobStatus 
pattern JobStatus_Failed :: JobStatus 
pattern JobStatus_InProgress :: JobStatus 
pattern JobStatus_Queued :: JobStatus 

Instances

Instances details
FromJSON JobStatus Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobStatus

FromJSONKey JobStatus Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobStatus

ToJSON JobStatus Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobStatus

ToJSONKey JobStatus Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobStatus

ToByteString JobStatus Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobStatus

Methods

toBS :: JobStatus -> ByteString #

ToHeader JobStatus Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobStatus

ToLog JobStatus Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobStatus

ToQuery JobStatus Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobStatus

FromText JobStatus Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobStatus

ToText JobStatus Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobStatus

Methods

toText :: JobStatus -> Text #

FromXML JobStatus Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobStatus

ToXML JobStatus Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobStatus

Methods

toXML :: JobStatus -> XML #

Generic JobStatus Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobStatus

Associated Types

type Rep JobStatus :: Type -> Type #

Read JobStatus Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobStatus

Show JobStatus Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobStatus

NFData JobStatus Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobStatus

Methods

rnf :: JobStatus -> () #

Eq JobStatus Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobStatus

Ord JobStatus Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobStatus

Hashable JobStatus Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobStatus

type Rep JobStatus Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobStatus

type Rep JobStatus = D1 ('MetaData "JobStatus" "Amazonka.ComputeOptimizer.Types.JobStatus" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "JobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LambdaFunctionMemoryMetricName

newtype LambdaFunctionMemoryMetricName Source #

Instances

Instances details
FromJSON LambdaFunctionMemoryMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricName

FromJSONKey LambdaFunctionMemoryMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricName

ToJSON LambdaFunctionMemoryMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricName

ToJSONKey LambdaFunctionMemoryMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricName

ToByteString LambdaFunctionMemoryMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricName

ToHeader LambdaFunctionMemoryMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricName

ToLog LambdaFunctionMemoryMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricName

ToQuery LambdaFunctionMemoryMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricName

FromText LambdaFunctionMemoryMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricName

ToText LambdaFunctionMemoryMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricName

FromXML LambdaFunctionMemoryMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricName

ToXML LambdaFunctionMemoryMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricName

Generic LambdaFunctionMemoryMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricName

Associated Types

type Rep LambdaFunctionMemoryMetricName :: Type -> Type #

Read LambdaFunctionMemoryMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricName

Show LambdaFunctionMemoryMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricName

NFData LambdaFunctionMemoryMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricName

Eq LambdaFunctionMemoryMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricName

Ord LambdaFunctionMemoryMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricName

Hashable LambdaFunctionMemoryMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricName

type Rep LambdaFunctionMemoryMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricName

type Rep LambdaFunctionMemoryMetricName = D1 ('MetaData "LambdaFunctionMemoryMetricName" "Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricName" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "LambdaFunctionMemoryMetricName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLambdaFunctionMemoryMetricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LambdaFunctionMemoryMetricStatistic

newtype LambdaFunctionMemoryMetricStatistic Source #

Instances

Instances details
FromJSON LambdaFunctionMemoryMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricStatistic

FromJSONKey LambdaFunctionMemoryMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricStatistic

ToJSON LambdaFunctionMemoryMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricStatistic

ToJSONKey LambdaFunctionMemoryMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricStatistic

ToByteString LambdaFunctionMemoryMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricStatistic

ToHeader LambdaFunctionMemoryMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricStatistic

ToLog LambdaFunctionMemoryMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricStatistic

ToQuery LambdaFunctionMemoryMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricStatistic

FromText LambdaFunctionMemoryMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricStatistic

ToText LambdaFunctionMemoryMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricStatistic

FromXML LambdaFunctionMemoryMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricStatistic

ToXML LambdaFunctionMemoryMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricStatistic

Generic LambdaFunctionMemoryMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricStatistic

Read LambdaFunctionMemoryMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricStatistic

Show LambdaFunctionMemoryMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricStatistic

NFData LambdaFunctionMemoryMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricStatistic

Eq LambdaFunctionMemoryMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricStatistic

Ord LambdaFunctionMemoryMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricStatistic

Hashable LambdaFunctionMemoryMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricStatistic

type Rep LambdaFunctionMemoryMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricStatistic

type Rep LambdaFunctionMemoryMetricStatistic = D1 ('MetaData "LambdaFunctionMemoryMetricStatistic" "Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryMetricStatistic" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "LambdaFunctionMemoryMetricStatistic'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLambdaFunctionMemoryMetricStatistic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LambdaFunctionMetricName

newtype LambdaFunctionMetricName Source #

Instances

Instances details
FromJSON LambdaFunctionMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricName

FromJSONKey LambdaFunctionMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricName

ToJSON LambdaFunctionMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricName

ToJSONKey LambdaFunctionMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricName

ToByteString LambdaFunctionMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricName

ToHeader LambdaFunctionMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricName

ToLog LambdaFunctionMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricName

ToQuery LambdaFunctionMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricName

FromText LambdaFunctionMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricName

ToText LambdaFunctionMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricName

FromXML LambdaFunctionMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricName

ToXML LambdaFunctionMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricName

Generic LambdaFunctionMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricName

Associated Types

type Rep LambdaFunctionMetricName :: Type -> Type #

Read LambdaFunctionMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricName

Show LambdaFunctionMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricName

NFData LambdaFunctionMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricName

Eq LambdaFunctionMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricName

Ord LambdaFunctionMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricName

Hashable LambdaFunctionMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricName

type Rep LambdaFunctionMetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricName

type Rep LambdaFunctionMetricName = D1 ('MetaData "LambdaFunctionMetricName" "Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricName" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "LambdaFunctionMetricName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLambdaFunctionMetricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LambdaFunctionMetricStatistic

newtype LambdaFunctionMetricStatistic Source #

Instances

Instances details
FromJSON LambdaFunctionMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricStatistic

FromJSONKey LambdaFunctionMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricStatistic

ToJSON LambdaFunctionMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricStatistic

ToJSONKey LambdaFunctionMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricStatistic

ToByteString LambdaFunctionMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricStatistic

ToHeader LambdaFunctionMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricStatistic

ToLog LambdaFunctionMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricStatistic

ToQuery LambdaFunctionMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricStatistic

FromText LambdaFunctionMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricStatistic

ToText LambdaFunctionMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricStatistic

FromXML LambdaFunctionMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricStatistic

ToXML LambdaFunctionMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricStatistic

Generic LambdaFunctionMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricStatistic

Associated Types

type Rep LambdaFunctionMetricStatistic :: Type -> Type #

Read LambdaFunctionMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricStatistic

Show LambdaFunctionMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricStatistic

NFData LambdaFunctionMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricStatistic

Eq LambdaFunctionMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricStatistic

Ord LambdaFunctionMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricStatistic

Hashable LambdaFunctionMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricStatistic

type Rep LambdaFunctionMetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricStatistic

type Rep LambdaFunctionMetricStatistic = D1 ('MetaData "LambdaFunctionMetricStatistic" "Amazonka.ComputeOptimizer.Types.LambdaFunctionMetricStatistic" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "LambdaFunctionMetricStatistic'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLambdaFunctionMetricStatistic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LambdaFunctionRecommendationFilterName

newtype LambdaFunctionRecommendationFilterName Source #

Instances

Instances details
FromJSON LambdaFunctionRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilterName

FromJSONKey LambdaFunctionRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilterName

ToJSON LambdaFunctionRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilterName

ToJSONKey LambdaFunctionRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilterName

ToByteString LambdaFunctionRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilterName

ToHeader LambdaFunctionRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilterName

ToLog LambdaFunctionRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilterName

ToQuery LambdaFunctionRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilterName

FromText LambdaFunctionRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilterName

ToText LambdaFunctionRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilterName

FromXML LambdaFunctionRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilterName

ToXML LambdaFunctionRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilterName

Generic LambdaFunctionRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilterName

Read LambdaFunctionRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilterName

Show LambdaFunctionRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilterName

NFData LambdaFunctionRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilterName

Eq LambdaFunctionRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilterName

Ord LambdaFunctionRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilterName

Hashable LambdaFunctionRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilterName

type Rep LambdaFunctionRecommendationFilterName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilterName

type Rep LambdaFunctionRecommendationFilterName = D1 ('MetaData "LambdaFunctionRecommendationFilterName" "Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilterName" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "LambdaFunctionRecommendationFilterName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLambdaFunctionRecommendationFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LambdaFunctionRecommendationFinding

newtype LambdaFunctionRecommendationFinding Source #

Instances

Instances details
FromJSON LambdaFunctionRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFinding

FromJSONKey LambdaFunctionRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFinding

ToJSON LambdaFunctionRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFinding

ToJSONKey LambdaFunctionRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFinding

ToByteString LambdaFunctionRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFinding

ToHeader LambdaFunctionRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFinding

ToLog LambdaFunctionRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFinding

ToQuery LambdaFunctionRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFinding

FromText LambdaFunctionRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFinding

ToText LambdaFunctionRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFinding

FromXML LambdaFunctionRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFinding

ToXML LambdaFunctionRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFinding

Generic LambdaFunctionRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFinding

Read LambdaFunctionRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFinding

Show LambdaFunctionRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFinding

NFData LambdaFunctionRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFinding

Eq LambdaFunctionRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFinding

Ord LambdaFunctionRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFinding

Hashable LambdaFunctionRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFinding

type Rep LambdaFunctionRecommendationFinding Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFinding

type Rep LambdaFunctionRecommendationFinding = D1 ('MetaData "LambdaFunctionRecommendationFinding" "Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFinding" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "LambdaFunctionRecommendationFinding'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLambdaFunctionRecommendationFinding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LambdaFunctionRecommendationFindingReasonCode

newtype LambdaFunctionRecommendationFindingReasonCode Source #

Instances

Instances details
FromJSON LambdaFunctionRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFindingReasonCode

FromJSONKey LambdaFunctionRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFindingReasonCode

ToJSON LambdaFunctionRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFindingReasonCode

ToJSONKey LambdaFunctionRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFindingReasonCode

ToByteString LambdaFunctionRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFindingReasonCode

ToHeader LambdaFunctionRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFindingReasonCode

ToLog LambdaFunctionRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFindingReasonCode

ToQuery LambdaFunctionRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFindingReasonCode

FromText LambdaFunctionRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFindingReasonCode

ToText LambdaFunctionRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFindingReasonCode

FromXML LambdaFunctionRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFindingReasonCode

ToXML LambdaFunctionRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFindingReasonCode

Generic LambdaFunctionRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFindingReasonCode

Read LambdaFunctionRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFindingReasonCode

Show LambdaFunctionRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFindingReasonCode

NFData LambdaFunctionRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFindingReasonCode

Eq LambdaFunctionRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFindingReasonCode

Ord LambdaFunctionRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFindingReasonCode

Hashable LambdaFunctionRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFindingReasonCode

type Rep LambdaFunctionRecommendationFindingReasonCode Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFindingReasonCode

type Rep LambdaFunctionRecommendationFindingReasonCode = D1 ('MetaData "LambdaFunctionRecommendationFindingReasonCode" "Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFindingReasonCode" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "LambdaFunctionRecommendationFindingReasonCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLambdaFunctionRecommendationFindingReasonCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MetricName

newtype MetricName Source #

Constructors

MetricName' 

Fields

Instances

Instances details
FromJSON MetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricName

FromJSONKey MetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricName

ToJSON MetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricName

ToJSONKey MetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricName

ToByteString MetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricName

ToHeader MetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricName

ToLog MetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricName

ToQuery MetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricName

FromText MetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricName

ToText MetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricName

Methods

toText :: MetricName -> Text #

FromXML MetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricName

ToXML MetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricName

Methods

toXML :: MetricName -> XML #

Generic MetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricName

Associated Types

type Rep MetricName :: Type -> Type #

Read MetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricName

Show MetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricName

NFData MetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricName

Methods

rnf :: MetricName -> () #

Eq MetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricName

Ord MetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricName

Hashable MetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricName

type Rep MetricName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricName

type Rep MetricName = D1 ('MetaData "MetricName" "Amazonka.ComputeOptimizer.Types.MetricName" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "MetricName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMetricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MetricStatistic

newtype MetricStatistic Source #

Constructors

MetricStatistic' 

Instances

Instances details
FromJSON MetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricStatistic

FromJSONKey MetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricStatistic

ToJSON MetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricStatistic

ToJSONKey MetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricStatistic

ToByteString MetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricStatistic

ToHeader MetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricStatistic

ToLog MetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricStatistic

ToQuery MetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricStatistic

FromText MetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricStatistic

ToText MetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricStatistic

FromXML MetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricStatistic

ToXML MetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricStatistic

Methods

toXML :: MetricStatistic -> XML #

Generic MetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricStatistic

Associated Types

type Rep MetricStatistic :: Type -> Type #

Read MetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricStatistic

Show MetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricStatistic

NFData MetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricStatistic

Methods

rnf :: MetricStatistic -> () #

Eq MetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricStatistic

Ord MetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricStatistic

Hashable MetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricStatistic

type Rep MetricStatistic Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MetricStatistic

type Rep MetricStatistic = D1 ('MetaData "MetricStatistic" "Amazonka.ComputeOptimizer.Types.MetricStatistic" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "MetricStatistic'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMetricStatistic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MigrationEffort

newtype MigrationEffort Source #

Constructors

MigrationEffort' 

Instances

Instances details
FromJSON MigrationEffort Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MigrationEffort

FromJSONKey MigrationEffort Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MigrationEffort

ToJSON MigrationEffort Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MigrationEffort

ToJSONKey MigrationEffort Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MigrationEffort

ToByteString MigrationEffort Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MigrationEffort

ToHeader MigrationEffort Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MigrationEffort

ToLog MigrationEffort Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MigrationEffort

ToQuery MigrationEffort Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MigrationEffort

FromText MigrationEffort Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MigrationEffort

ToText MigrationEffort Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MigrationEffort

FromXML MigrationEffort Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MigrationEffort

ToXML MigrationEffort Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MigrationEffort

Methods

toXML :: MigrationEffort -> XML #

Generic MigrationEffort Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MigrationEffort

Associated Types

type Rep MigrationEffort :: Type -> Type #

Read MigrationEffort Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MigrationEffort

Show MigrationEffort Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MigrationEffort

NFData MigrationEffort Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MigrationEffort

Methods

rnf :: MigrationEffort -> () #

Eq MigrationEffort Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MigrationEffort

Ord MigrationEffort Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MigrationEffort

Hashable MigrationEffort Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MigrationEffort

type Rep MigrationEffort Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MigrationEffort

type Rep MigrationEffort = D1 ('MetaData "MigrationEffort" "Amazonka.ComputeOptimizer.Types.MigrationEffort" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "MigrationEffort'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMigrationEffort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PlatformDifference

newtype PlatformDifference Source #

Instances

Instances details
FromJSON PlatformDifference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.PlatformDifference

FromJSONKey PlatformDifference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.PlatformDifference

ToJSON PlatformDifference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.PlatformDifference

ToJSONKey PlatformDifference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.PlatformDifference

ToByteString PlatformDifference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.PlatformDifference

ToHeader PlatformDifference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.PlatformDifference

ToLog PlatformDifference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.PlatformDifference

ToQuery PlatformDifference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.PlatformDifference

FromText PlatformDifference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.PlatformDifference

ToText PlatformDifference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.PlatformDifference

FromXML PlatformDifference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.PlatformDifference

ToXML PlatformDifference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.PlatformDifference

Generic PlatformDifference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.PlatformDifference

Associated Types

type Rep PlatformDifference :: Type -> Type #

Read PlatformDifference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.PlatformDifference

Show PlatformDifference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.PlatformDifference

NFData PlatformDifference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.PlatformDifference

Methods

rnf :: PlatformDifference -> () #

Eq PlatformDifference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.PlatformDifference

Ord PlatformDifference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.PlatformDifference

Hashable PlatformDifference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.PlatformDifference

type Rep PlatformDifference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.PlatformDifference

type Rep PlatformDifference = D1 ('MetaData "PlatformDifference" "Amazonka.ComputeOptimizer.Types.PlatformDifference" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "PlatformDifference'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPlatformDifference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RecommendationPreferenceName

newtype RecommendationPreferenceName Source #

Instances

Instances details
FromJSON RecommendationPreferenceName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferenceName

FromJSONKey RecommendationPreferenceName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferenceName

ToJSON RecommendationPreferenceName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferenceName

ToJSONKey RecommendationPreferenceName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferenceName

ToByteString RecommendationPreferenceName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferenceName

ToHeader RecommendationPreferenceName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferenceName

ToLog RecommendationPreferenceName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferenceName

ToQuery RecommendationPreferenceName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferenceName

FromText RecommendationPreferenceName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferenceName

ToText RecommendationPreferenceName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferenceName

FromXML RecommendationPreferenceName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferenceName

ToXML RecommendationPreferenceName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferenceName

Generic RecommendationPreferenceName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferenceName

Associated Types

type Rep RecommendationPreferenceName :: Type -> Type #

Read RecommendationPreferenceName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferenceName

Show RecommendationPreferenceName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferenceName

NFData RecommendationPreferenceName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferenceName

Eq RecommendationPreferenceName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferenceName

Ord RecommendationPreferenceName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferenceName

Hashable RecommendationPreferenceName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferenceName

type Rep RecommendationPreferenceName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferenceName

type Rep RecommendationPreferenceName = D1 ('MetaData "RecommendationPreferenceName" "Amazonka.ComputeOptimizer.Types.RecommendationPreferenceName" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "RecommendationPreferenceName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRecommendationPreferenceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RecommendationSourceType

newtype RecommendationSourceType Source #

Instances

Instances details
FromJSON RecommendationSourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSourceType

FromJSONKey RecommendationSourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSourceType

ToJSON RecommendationSourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSourceType

ToJSONKey RecommendationSourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSourceType

ToByteString RecommendationSourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSourceType

ToHeader RecommendationSourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSourceType

ToLog RecommendationSourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSourceType

ToQuery RecommendationSourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSourceType

FromText RecommendationSourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSourceType

ToText RecommendationSourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSourceType

FromXML RecommendationSourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSourceType

ToXML RecommendationSourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSourceType

Generic RecommendationSourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSourceType

Associated Types

type Rep RecommendationSourceType :: Type -> Type #

Read RecommendationSourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSourceType

Show RecommendationSourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSourceType

NFData RecommendationSourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSourceType

Eq RecommendationSourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSourceType

Ord RecommendationSourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSourceType

Hashable RecommendationSourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSourceType

type Rep RecommendationSourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSourceType

type Rep RecommendationSourceType = D1 ('MetaData "RecommendationSourceType" "Amazonka.ComputeOptimizer.Types.RecommendationSourceType" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "RecommendationSourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRecommendationSourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceType

newtype ResourceType Source #

Constructors

ResourceType' 

Instances

Instances details
FromJSON ResourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ResourceType

FromJSONKey ResourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ResourceType

ToJSON ResourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ResourceType

ToJSONKey ResourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ResourceType

ToByteString ResourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ResourceType

ToHeader ResourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ResourceType

ToLog ResourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ResourceType

ToQuery ResourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ResourceType

FromText ResourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ResourceType

ToText ResourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ResourceType

Methods

toText :: ResourceType -> Text #

FromXML ResourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ResourceType

ToXML ResourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ResourceType

Methods

toXML :: ResourceType -> XML #

Generic ResourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ResourceType

Associated Types

type Rep ResourceType :: Type -> Type #

Read ResourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ResourceType

Show ResourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ResourceType

NFData ResourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ResourceType

Methods

rnf :: ResourceType -> () #

Eq ResourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ResourceType

Ord ResourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ResourceType

Hashable ResourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ResourceType

type Rep ResourceType Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ResourceType

type Rep ResourceType = D1 ('MetaData "ResourceType" "Amazonka.ComputeOptimizer.Types.ResourceType" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "ResourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ScopeName

newtype ScopeName Source #

Constructors

ScopeName' 

Fields

Instances

Instances details
FromJSON ScopeName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ScopeName

FromJSONKey ScopeName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ScopeName

ToJSON ScopeName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ScopeName

ToJSONKey ScopeName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ScopeName

ToByteString ScopeName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ScopeName

Methods

toBS :: ScopeName -> ByteString #

ToHeader ScopeName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ScopeName

ToLog ScopeName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ScopeName

ToQuery ScopeName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ScopeName

FromText ScopeName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ScopeName

ToText ScopeName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ScopeName

Methods

toText :: ScopeName -> Text #

FromXML ScopeName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ScopeName

ToXML ScopeName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ScopeName

Methods

toXML :: ScopeName -> XML #

Generic ScopeName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ScopeName

Associated Types

type Rep ScopeName :: Type -> Type #

Read ScopeName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ScopeName

Show ScopeName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ScopeName

NFData ScopeName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ScopeName

Methods

rnf :: ScopeName -> () #

Eq ScopeName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ScopeName

Ord ScopeName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ScopeName

Hashable ScopeName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ScopeName

type Rep ScopeName Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ScopeName

type Rep ScopeName = D1 ('MetaData "ScopeName" "Amazonka.ComputeOptimizer.Types.ScopeName" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "ScopeName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromScopeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Status

newtype Status Source #

Constructors

Status' 

Fields

Bundled Patterns

pattern Status_Active :: Status 
pattern Status_Failed :: Status 
pattern Status_Inactive :: Status 
pattern Status_Pending :: Status 

Instances

Instances details
FromJSON Status Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Status

FromJSONKey Status Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Status

ToJSON Status Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Status

ToJSONKey Status Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Status

ToByteString Status Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Status

Methods

toBS :: Status -> ByteString #

ToHeader Status Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Status

Methods

toHeader :: HeaderName -> Status -> [Header] #

ToLog Status Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Status

ToQuery Status Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Status

FromText Status Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Status

ToText Status Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Status

Methods

toText :: Status -> Text #

FromXML Status Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Status

ToXML Status Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Status

Methods

toXML :: Status -> XML #

Generic Status Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Status

Associated Types

type Rep Status :: Type -> Type #

Methods

from :: Status -> Rep Status x #

to :: Rep Status x -> Status #

Read Status Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Status

Show Status Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Status

NFData Status Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Status

Methods

rnf :: Status -> () #

Eq Status Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Status

Methods

(==) :: Status -> Status -> Bool #

(/=) :: Status -> Status -> Bool #

Ord Status Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Status

Hashable Status Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Status

Methods

hashWithSalt :: Int -> Status -> Int #

hash :: Status -> Int #

type Rep Status Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Status

type Rep Status = D1 ('MetaData "Status" "Amazonka.ComputeOptimizer.Types.Status" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'True) (C1 ('MetaCons "Status'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AccountEnrollmentStatus

data AccountEnrollmentStatus Source #

Describes the enrollment status of an organization's member accounts in Compute Optimizer.

See: newAccountEnrollmentStatus smart constructor.

Constructors

AccountEnrollmentStatus' 

Fields

  • accountId :: Maybe Text

    The Amazon Web Services account ID.

  • lastUpdatedTimestamp :: Maybe POSIX

    The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated.

  • status :: Maybe Status

    The account enrollment status.

  • statusReason :: Maybe Text

    The reason for the account enrollment status.

    For example, an account might show a status of Pending because member accounts of an organization require more time to be enrolled in the service.

Instances

Instances details
FromJSON AccountEnrollmentStatus Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AccountEnrollmentStatus

Generic AccountEnrollmentStatus Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AccountEnrollmentStatus

Associated Types

type Rep AccountEnrollmentStatus :: Type -> Type #

Read AccountEnrollmentStatus Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AccountEnrollmentStatus

Show AccountEnrollmentStatus Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AccountEnrollmentStatus

NFData AccountEnrollmentStatus Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AccountEnrollmentStatus

Methods

rnf :: AccountEnrollmentStatus -> () #

Eq AccountEnrollmentStatus Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AccountEnrollmentStatus

Hashable AccountEnrollmentStatus Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AccountEnrollmentStatus

type Rep AccountEnrollmentStatus Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AccountEnrollmentStatus

type Rep AccountEnrollmentStatus = D1 ('MetaData "AccountEnrollmentStatus" "Amazonka.ComputeOptimizer.Types.AccountEnrollmentStatus" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "AccountEnrollmentStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Status)) :*: S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAccountEnrollmentStatus :: AccountEnrollmentStatus Source #

Create a value of AccountEnrollmentStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accountId:AccountEnrollmentStatus', accountEnrollmentStatus_accountId - The Amazon Web Services account ID.

$sel:lastUpdatedTimestamp:AccountEnrollmentStatus', accountEnrollmentStatus_lastUpdatedTimestamp - The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated.

$sel:status:AccountEnrollmentStatus', accountEnrollmentStatus_status - The account enrollment status.

$sel:statusReason:AccountEnrollmentStatus', accountEnrollmentStatus_statusReason - The reason for the account enrollment status.

For example, an account might show a status of Pending because member accounts of an organization require more time to be enrolled in the service.

accountEnrollmentStatus_lastUpdatedTimestamp :: Lens' AccountEnrollmentStatus (Maybe UTCTime) Source #

The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated.

accountEnrollmentStatus_statusReason :: Lens' AccountEnrollmentStatus (Maybe Text) Source #

The reason for the account enrollment status.

For example, an account might show a status of Pending because member accounts of an organization require more time to be enrolled in the service.

AutoScalingGroupConfiguration

data AutoScalingGroupConfiguration Source #

Describes the configuration of an Auto Scaling group.

See: newAutoScalingGroupConfiguration smart constructor.

Constructors

AutoScalingGroupConfiguration' 

Fields

Instances

Instances details
FromJSON AutoScalingGroupConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupConfiguration

Generic AutoScalingGroupConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupConfiguration

Associated Types

type Rep AutoScalingGroupConfiguration :: Type -> Type #

Read AutoScalingGroupConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupConfiguration

Show AutoScalingGroupConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupConfiguration

NFData AutoScalingGroupConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupConfiguration

Eq AutoScalingGroupConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupConfiguration

Hashable AutoScalingGroupConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupConfiguration

type Rep AutoScalingGroupConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupConfiguration

type Rep AutoScalingGroupConfiguration = D1 ('MetaData "AutoScalingGroupConfiguration" "Amazonka.ComputeOptimizer.Types.AutoScalingGroupConfiguration" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "AutoScalingGroupConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "desiredCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "minSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newAutoScalingGroupConfiguration :: AutoScalingGroupConfiguration Source #

Create a value of AutoScalingGroupConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:desiredCapacity:AutoScalingGroupConfiguration', autoScalingGroupConfiguration_desiredCapacity - The desired capacity, or number of instances, for the Auto Scaling group.

$sel:instanceType:AutoScalingGroupConfiguration', autoScalingGroupConfiguration_instanceType - The instance type for the Auto Scaling group.

$sel:maxSize:AutoScalingGroupConfiguration', autoScalingGroupConfiguration_maxSize - The maximum size, or maximum number of instances, for the Auto Scaling group.

$sel:minSize:AutoScalingGroupConfiguration', autoScalingGroupConfiguration_minSize - The minimum size, or minimum number of instances, for the Auto Scaling group.

autoScalingGroupConfiguration_desiredCapacity :: Lens' AutoScalingGroupConfiguration (Maybe Int) Source #

The desired capacity, or number of instances, for the Auto Scaling group.

autoScalingGroupConfiguration_maxSize :: Lens' AutoScalingGroupConfiguration (Maybe Int) Source #

The maximum size, or maximum number of instances, for the Auto Scaling group.

autoScalingGroupConfiguration_minSize :: Lens' AutoScalingGroupConfiguration (Maybe Int) Source #

The minimum size, or minimum number of instances, for the Auto Scaling group.

AutoScalingGroupRecommendation

data AutoScalingGroupRecommendation Source #

Describes an Auto Scaling group recommendation.

See: newAutoScalingGroupRecommendation smart constructor.

Constructors

AutoScalingGroupRecommendation' 

Fields

  • accountId :: Maybe Text

    The Amazon Web Services account ID of the Auto Scaling group.

  • autoScalingGroupArn :: Maybe Text

    The Amazon Resource Name (ARN) of the Auto Scaling group.

  • autoScalingGroupName :: Maybe Text

    The name of the Auto Scaling group.

  • currentConfiguration :: Maybe AutoScalingGroupConfiguration

    An array of objects that describe the current configuration of the Auto Scaling group.

  • currentPerformanceRisk :: Maybe CurrentPerformanceRisk

    The risk of the current Auto Scaling group not meeting the performance needs of its workloads. The higher the risk, the more likely the current Auto Scaling group configuration has insufficient capacity and cannot meet workload requirements.

  • effectiveRecommendationPreferences :: Maybe EffectiveRecommendationPreferences

    An object that describes the effective recommendation preferences for the Auto Scaling group.

  • finding :: Maybe Finding

    The finding classification of the Auto Scaling group.

    Findings for Auto Scaling groups include:

    • NotOptimized —An Auto Scaling group is considered not optimized when Compute Optimizer identifies a recommendation that can provide better performance for your workload.
    • Optimized —An Auto Scaling group is considered optimized when Compute Optimizer determines that the group is correctly provisioned to run your workload based on the chosen instance type. For optimized resources, Compute Optimizer might recommend a new generation instance type.
  • inferredWorkloadTypes :: Maybe [InferredWorkloadType]

    The applications that might be running on the instances in the Auto Scaling group as inferred by Compute Optimizer.

    Compute Optimizer can infer if one of the following applications might be running on the instances:

    • AmazonEmr - Infers that Amazon EMR might be running on the instances.
    • ApacheCassandra - Infers that Apache Cassandra might be running on the instances.
    • ApacheHadoop - Infers that Apache Hadoop might be running on the instances.
    • Memcached - Infers that Memcached might be running on the instances.
    • NGINX - Infers that NGINX might be running on the instances.
    • PostgreSql - Infers that PostgreSQL might be running on the instances.
    • Redis - Infers that Redis might be running on the instances.
  • lastRefreshTimestamp :: Maybe POSIX

    The timestamp of when the Auto Scaling group recommendation was last generated.

  • lookBackPeriodInDays :: Maybe Double

    The number of days for which utilization metrics were analyzed for the Auto Scaling group.

  • recommendationOptions :: Maybe [AutoScalingGroupRecommendationOption]

    An array of objects that describe the recommendation options for the Auto Scaling group.

  • utilizationMetrics :: Maybe [UtilizationMetric]

    An array of objects that describe the utilization metrics of the Auto Scaling group.

Instances

Instances details
FromJSON AutoScalingGroupRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupRecommendation

Generic AutoScalingGroupRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupRecommendation

Associated Types

type Rep AutoScalingGroupRecommendation :: Type -> Type #

Read AutoScalingGroupRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupRecommendation

Show AutoScalingGroupRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupRecommendation

NFData AutoScalingGroupRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupRecommendation

Eq AutoScalingGroupRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupRecommendation

Hashable AutoScalingGroupRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupRecommendation

type Rep AutoScalingGroupRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupRecommendation

type Rep AutoScalingGroupRecommendation = D1 ('MetaData "AutoScalingGroupRecommendation" "Amazonka.ComputeOptimizer.Types.AutoScalingGroupRecommendation" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "AutoScalingGroupRecommendation'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "autoScalingGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "autoScalingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "currentConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoScalingGroupConfiguration)) :*: (S1 ('MetaSel ('Just "currentPerformanceRisk") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CurrentPerformanceRisk)) :*: S1 ('MetaSel ('Just "effectiveRecommendationPreferences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EffectiveRecommendationPreferences))))) :*: ((S1 ('MetaSel ('Just "finding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Finding)) :*: (S1 ('MetaSel ('Just "inferredWorkloadTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InferredWorkloadType])) :*: S1 ('MetaSel ('Just "lastRefreshTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "lookBackPeriodInDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "recommendationOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AutoScalingGroupRecommendationOption])) :*: S1 ('MetaSel ('Just "utilizationMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UtilizationMetric])))))))

newAutoScalingGroupRecommendation :: AutoScalingGroupRecommendation Source #

Create a value of AutoScalingGroupRecommendation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accountId:AutoScalingGroupRecommendation', autoScalingGroupRecommendation_accountId - The Amazon Web Services account ID of the Auto Scaling group.

$sel:autoScalingGroupArn:AutoScalingGroupRecommendation', autoScalingGroupRecommendation_autoScalingGroupArn - The Amazon Resource Name (ARN) of the Auto Scaling group.

$sel:autoScalingGroupName:AutoScalingGroupRecommendation', autoScalingGroupRecommendation_autoScalingGroupName - The name of the Auto Scaling group.

$sel:currentConfiguration:AutoScalingGroupRecommendation', autoScalingGroupRecommendation_currentConfiguration - An array of objects that describe the current configuration of the Auto Scaling group.

$sel:currentPerformanceRisk:AutoScalingGroupRecommendation', autoScalingGroupRecommendation_currentPerformanceRisk - The risk of the current Auto Scaling group not meeting the performance needs of its workloads. The higher the risk, the more likely the current Auto Scaling group configuration has insufficient capacity and cannot meet workload requirements.

$sel:effectiveRecommendationPreferences:AutoScalingGroupRecommendation', autoScalingGroupRecommendation_effectiveRecommendationPreferences - An object that describes the effective recommendation preferences for the Auto Scaling group.

$sel:finding:AutoScalingGroupRecommendation', autoScalingGroupRecommendation_finding - The finding classification of the Auto Scaling group.

Findings for Auto Scaling groups include:

  • NotOptimized —An Auto Scaling group is considered not optimized when Compute Optimizer identifies a recommendation that can provide better performance for your workload.
  • Optimized —An Auto Scaling group is considered optimized when Compute Optimizer determines that the group is correctly provisioned to run your workload based on the chosen instance type. For optimized resources, Compute Optimizer might recommend a new generation instance type.

AutoScalingGroupRecommendation, autoScalingGroupRecommendation_inferredWorkloadTypes - The applications that might be running on the instances in the Auto Scaling group as inferred by Compute Optimizer.

Compute Optimizer can infer if one of the following applications might be running on the instances:

  • AmazonEmr - Infers that Amazon EMR might be running on the instances.
  • ApacheCassandra - Infers that Apache Cassandra might be running on the instances.
  • ApacheHadoop - Infers that Apache Hadoop might be running on the instances.
  • Memcached - Infers that Memcached might be running on the instances.
  • NGINX - Infers that NGINX might be running on the instances.
  • PostgreSql - Infers that PostgreSQL might be running on the instances.
  • Redis - Infers that Redis might be running on the instances.

$sel:lastRefreshTimestamp:AutoScalingGroupRecommendation', autoScalingGroupRecommendation_lastRefreshTimestamp - The timestamp of when the Auto Scaling group recommendation was last generated.

$sel:lookBackPeriodInDays:AutoScalingGroupRecommendation', autoScalingGroupRecommendation_lookBackPeriodInDays - The number of days for which utilization metrics were analyzed for the Auto Scaling group.

$sel:recommendationOptions:AutoScalingGroupRecommendation', autoScalingGroupRecommendation_recommendationOptions - An array of objects that describe the recommendation options for the Auto Scaling group.

$sel:utilizationMetrics:AutoScalingGroupRecommendation', autoScalingGroupRecommendation_utilizationMetrics - An array of objects that describe the utilization metrics of the Auto Scaling group.

autoScalingGroupRecommendation_accountId :: Lens' AutoScalingGroupRecommendation (Maybe Text) Source #

The Amazon Web Services account ID of the Auto Scaling group.

autoScalingGroupRecommendation_autoScalingGroupArn :: Lens' AutoScalingGroupRecommendation (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Auto Scaling group.

autoScalingGroupRecommendation_currentConfiguration :: Lens' AutoScalingGroupRecommendation (Maybe AutoScalingGroupConfiguration) Source #

An array of objects that describe the current configuration of the Auto Scaling group.

autoScalingGroupRecommendation_currentPerformanceRisk :: Lens' AutoScalingGroupRecommendation (Maybe CurrentPerformanceRisk) Source #

The risk of the current Auto Scaling group not meeting the performance needs of its workloads. The higher the risk, the more likely the current Auto Scaling group configuration has insufficient capacity and cannot meet workload requirements.

autoScalingGroupRecommendation_effectiveRecommendationPreferences :: Lens' AutoScalingGroupRecommendation (Maybe EffectiveRecommendationPreferences) Source #

An object that describes the effective recommendation preferences for the Auto Scaling group.

autoScalingGroupRecommendation_finding :: Lens' AutoScalingGroupRecommendation (Maybe Finding) Source #

The finding classification of the Auto Scaling group.

Findings for Auto Scaling groups include:

  • NotOptimized —An Auto Scaling group is considered not optimized when Compute Optimizer identifies a recommendation that can provide better performance for your workload.
  • Optimized —An Auto Scaling group is considered optimized when Compute Optimizer determines that the group is correctly provisioned to run your workload based on the chosen instance type. For optimized resources, Compute Optimizer might recommend a new generation instance type.

autoScalingGroupRecommendation_inferredWorkloadTypes :: Lens' AutoScalingGroupRecommendation (Maybe [InferredWorkloadType]) Source #

The applications that might be running on the instances in the Auto Scaling group as inferred by Compute Optimizer.

Compute Optimizer can infer if one of the following applications might be running on the instances:

  • AmazonEmr - Infers that Amazon EMR might be running on the instances.
  • ApacheCassandra - Infers that Apache Cassandra might be running on the instances.
  • ApacheHadoop - Infers that Apache Hadoop might be running on the instances.
  • Memcached - Infers that Memcached might be running on the instances.
  • NGINX - Infers that NGINX might be running on the instances.
  • PostgreSql - Infers that PostgreSQL might be running on the instances.
  • Redis - Infers that Redis might be running on the instances.

autoScalingGroupRecommendation_lastRefreshTimestamp :: Lens' AutoScalingGroupRecommendation (Maybe UTCTime) Source #

The timestamp of when the Auto Scaling group recommendation was last generated.

autoScalingGroupRecommendation_lookBackPeriodInDays :: Lens' AutoScalingGroupRecommendation (Maybe Double) Source #

The number of days for which utilization metrics were analyzed for the Auto Scaling group.

autoScalingGroupRecommendation_recommendationOptions :: Lens' AutoScalingGroupRecommendation (Maybe [AutoScalingGroupRecommendationOption]) Source #

An array of objects that describe the recommendation options for the Auto Scaling group.

autoScalingGroupRecommendation_utilizationMetrics :: Lens' AutoScalingGroupRecommendation (Maybe [UtilizationMetric]) Source #

An array of objects that describe the utilization metrics of the Auto Scaling group.

AutoScalingGroupRecommendationOption

data AutoScalingGroupRecommendationOption Source #

Describes a recommendation option for an Auto Scaling group.

See: newAutoScalingGroupRecommendationOption smart constructor.

Constructors

AutoScalingGroupRecommendationOption' 

Fields

  • configuration :: Maybe AutoScalingGroupConfiguration

    An array of objects that describe an Auto Scaling group configuration.

  • migrationEffort :: Maybe MigrationEffort

    The level of effort required to migrate from the current instance type to the recommended instance type.

    For example, the migration effort is Low if Amazon EMR is the inferred workload type and an Amazon Web Services Graviton instance type is recommended. The migration effort is Medium if a workload type couldn't be inferred but an Amazon Web Services Graviton instance type is recommended. The migration effort is VeryLow if both the current and recommended instance types are of the same CPU architecture.

  • performanceRisk :: Maybe Double

    The performance risk of the Auto Scaling group configuration recommendation.

    Performance risk indicates the likelihood of the recommended instance type not meeting the resource needs of your workload. Compute Optimizer calculates an individual performance risk score for each specification of the recommended instance, including CPU, memory, EBS throughput, EBS IOPS, disk throughput, disk IOPS, network throughput, and network PPS. The performance risk of the recommended instance is calculated as the maximum performance risk score across the analyzed resource specifications.

    The value ranges from 0 - 4, with 0 meaning that the recommended resource is predicted to always provide enough hardware capability. The higher the performance risk is, the more likely you should validate whether the recommendation will meet the performance requirements of your workload before migrating your resource.

  • projectedUtilizationMetrics :: Maybe [UtilizationMetric]

    An array of objects that describe the projected utilization metrics of the Auto Scaling group recommendation option.

    The Cpu and Memory metrics are the only projected utilization metrics returned. Additionally, the Memory metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling Memory Utilization with the CloudWatch Agent.

  • rank :: Maybe Int

    The rank of the Auto Scaling group recommendation option.

    The top recommendation option is ranked as 1.

  • savingsOpportunity :: Maybe SavingsOpportunity

    An object that describes the savings opportunity for the Auto Scaling group recommendation option. Savings opportunity includes the estimated monthly savings amount and percentage.

Instances

Instances details
FromJSON AutoScalingGroupRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupRecommendationOption

Generic AutoScalingGroupRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupRecommendationOption

Read AutoScalingGroupRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupRecommendationOption

Show AutoScalingGroupRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupRecommendationOption

NFData AutoScalingGroupRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupRecommendationOption

Eq AutoScalingGroupRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupRecommendationOption

Hashable AutoScalingGroupRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupRecommendationOption

type Rep AutoScalingGroupRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.AutoScalingGroupRecommendationOption

type Rep AutoScalingGroupRecommendationOption = D1 ('MetaData "AutoScalingGroupRecommendationOption" "Amazonka.ComputeOptimizer.Types.AutoScalingGroupRecommendationOption" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "AutoScalingGroupRecommendationOption'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoScalingGroupConfiguration)) :*: (S1 ('MetaSel ('Just "migrationEffort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MigrationEffort)) :*: S1 ('MetaSel ('Just "performanceRisk") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))) :*: (S1 ('MetaSel ('Just "projectedUtilizationMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UtilizationMetric])) :*: (S1 ('MetaSel ('Just "rank") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "savingsOpportunity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SavingsOpportunity))))))

newAutoScalingGroupRecommendationOption :: AutoScalingGroupRecommendationOption Source #

Create a value of AutoScalingGroupRecommendationOption with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:configuration:AutoScalingGroupRecommendationOption', autoScalingGroupRecommendationOption_configuration - An array of objects that describe an Auto Scaling group configuration.

$sel:migrationEffort:AutoScalingGroupRecommendationOption', autoScalingGroupRecommendationOption_migrationEffort - The level of effort required to migrate from the current instance type to the recommended instance type.

For example, the migration effort is Low if Amazon EMR is the inferred workload type and an Amazon Web Services Graviton instance type is recommended. The migration effort is Medium if a workload type couldn't be inferred but an Amazon Web Services Graviton instance type is recommended. The migration effort is VeryLow if both the current and recommended instance types are of the same CPU architecture.

$sel:performanceRisk:AutoScalingGroupRecommendationOption', autoScalingGroupRecommendationOption_performanceRisk - The performance risk of the Auto Scaling group configuration recommendation.

Performance risk indicates the likelihood of the recommended instance type not meeting the resource needs of your workload. Compute Optimizer calculates an individual performance risk score for each specification of the recommended instance, including CPU, memory, EBS throughput, EBS IOPS, disk throughput, disk IOPS, network throughput, and network PPS. The performance risk of the recommended instance is calculated as the maximum performance risk score across the analyzed resource specifications.

The value ranges from 0 - 4, with 0 meaning that the recommended resource is predicted to always provide enough hardware capability. The higher the performance risk is, the more likely you should validate whether the recommendation will meet the performance requirements of your workload before migrating your resource.

$sel:projectedUtilizationMetrics:AutoScalingGroupRecommendationOption', autoScalingGroupRecommendationOption_projectedUtilizationMetrics - An array of objects that describe the projected utilization metrics of the Auto Scaling group recommendation option.

The Cpu and Memory metrics are the only projected utilization metrics returned. Additionally, the Memory metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling Memory Utilization with the CloudWatch Agent.

$sel:rank:AutoScalingGroupRecommendationOption', autoScalingGroupRecommendationOption_rank - The rank of the Auto Scaling group recommendation option.

The top recommendation option is ranked as 1.

$sel:savingsOpportunity:AutoScalingGroupRecommendationOption', autoScalingGroupRecommendationOption_savingsOpportunity - An object that describes the savings opportunity for the Auto Scaling group recommendation option. Savings opportunity includes the estimated monthly savings amount and percentage.

autoScalingGroupRecommendationOption_migrationEffort :: Lens' AutoScalingGroupRecommendationOption (Maybe MigrationEffort) Source #

The level of effort required to migrate from the current instance type to the recommended instance type.

For example, the migration effort is Low if Amazon EMR is the inferred workload type and an Amazon Web Services Graviton instance type is recommended. The migration effort is Medium if a workload type couldn't be inferred but an Amazon Web Services Graviton instance type is recommended. The migration effort is VeryLow if both the current and recommended instance types are of the same CPU architecture.

autoScalingGroupRecommendationOption_performanceRisk :: Lens' AutoScalingGroupRecommendationOption (Maybe Double) Source #

The performance risk of the Auto Scaling group configuration recommendation.

Performance risk indicates the likelihood of the recommended instance type not meeting the resource needs of your workload. Compute Optimizer calculates an individual performance risk score for each specification of the recommended instance, including CPU, memory, EBS throughput, EBS IOPS, disk throughput, disk IOPS, network throughput, and network PPS. The performance risk of the recommended instance is calculated as the maximum performance risk score across the analyzed resource specifications.

The value ranges from 0 - 4, with 0 meaning that the recommended resource is predicted to always provide enough hardware capability. The higher the performance risk is, the more likely you should validate whether the recommendation will meet the performance requirements of your workload before migrating your resource.

autoScalingGroupRecommendationOption_projectedUtilizationMetrics :: Lens' AutoScalingGroupRecommendationOption (Maybe [UtilizationMetric]) Source #

An array of objects that describe the projected utilization metrics of the Auto Scaling group recommendation option.

The Cpu and Memory metrics are the only projected utilization metrics returned. Additionally, the Memory metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling Memory Utilization with the CloudWatch Agent.

autoScalingGroupRecommendationOption_rank :: Lens' AutoScalingGroupRecommendationOption (Maybe Int) Source #

The rank of the Auto Scaling group recommendation option.

The top recommendation option is ranked as 1.

autoScalingGroupRecommendationOption_savingsOpportunity :: Lens' AutoScalingGroupRecommendationOption (Maybe SavingsOpportunity) Source #

An object that describes the savings opportunity for the Auto Scaling group recommendation option. Savings opportunity includes the estimated monthly savings amount and percentage.

ContainerConfiguration

data ContainerConfiguration Source #

Describes the container configurations within the tasks of your Amazon ECS service.

See: newContainerConfiguration smart constructor.

Constructors

ContainerConfiguration' 

Fields

Instances

Instances details
FromJSON ContainerConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ContainerConfiguration

Generic ContainerConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ContainerConfiguration

Associated Types

type Rep ContainerConfiguration :: Type -> Type #

Read ContainerConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ContainerConfiguration

Show ContainerConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ContainerConfiguration

NFData ContainerConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ContainerConfiguration

Methods

rnf :: ContainerConfiguration -> () #

Eq ContainerConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ContainerConfiguration

Hashable ContainerConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ContainerConfiguration

type Rep ContainerConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ContainerConfiguration

type Rep ContainerConfiguration = D1 ('MetaData "ContainerConfiguration" "Amazonka.ComputeOptimizer.Types.ContainerConfiguration" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "ContainerConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "containerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "cpu") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "memorySizeConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MemorySizeConfiguration)))))

newContainerConfiguration :: ContainerConfiguration Source #

Create a value of ContainerConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:containerName:ContainerConfiguration', containerConfiguration_containerName - The name of the container.

$sel:cpu:ContainerConfiguration', containerConfiguration_cpu - The number of CPU units reserved for the container.

$sel:memorySizeConfiguration:ContainerConfiguration', containerConfiguration_memorySizeConfiguration - The memory size configurations for the container.

containerConfiguration_cpu :: Lens' ContainerConfiguration (Maybe Int) Source #

The number of CPU units reserved for the container.

ContainerRecommendation

data ContainerRecommendation Source #

The CPU and memory recommendations for a container within the tasks of your Amazon ECS service.

See: newContainerRecommendation smart constructor.

Constructors

ContainerRecommendation' 

Fields

Instances

Instances details
FromJSON ContainerRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ContainerRecommendation

Generic ContainerRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ContainerRecommendation

Associated Types

type Rep ContainerRecommendation :: Type -> Type #

Read ContainerRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ContainerRecommendation

Show ContainerRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ContainerRecommendation

NFData ContainerRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ContainerRecommendation

Methods

rnf :: ContainerRecommendation -> () #

Eq ContainerRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ContainerRecommendation

Hashable ContainerRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ContainerRecommendation

type Rep ContainerRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ContainerRecommendation

type Rep ContainerRecommendation = D1 ('MetaData "ContainerRecommendation" "Amazonka.ComputeOptimizer.Types.ContainerRecommendation" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "ContainerRecommendation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "containerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "cpu") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "memorySizeConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MemorySizeConfiguration)))))

newContainerRecommendation :: ContainerRecommendation Source #

Create a value of ContainerRecommendation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:containerName:ContainerRecommendation', containerRecommendation_containerName - The name of the container.

$sel:cpu:ContainerRecommendation', containerRecommendation_cpu - The recommended number of CPU units reserved for the container.

$sel:memorySizeConfiguration:ContainerRecommendation', containerRecommendation_memorySizeConfiguration - The recommended memory size configurations for the container.

containerRecommendation_cpu :: Lens' ContainerRecommendation (Maybe Int) Source #

The recommended number of CPU units reserved for the container.

CurrentPerformanceRiskRatings

data CurrentPerformanceRiskRatings Source #

Describes the performance risk ratings for a given resource type.

Resources with a high or medium rating are at risk of not meeting the performance needs of their workloads, while resources with a low rating are performing well in their workloads.

See: newCurrentPerformanceRiskRatings smart constructor.

Constructors

CurrentPerformanceRiskRatings' 

Fields

  • high :: Maybe Integer

    A count of the applicable resource types with a high performance risk rating.

  • low :: Maybe Integer

    A count of the applicable resource types with a low performance risk rating.

  • medium :: Maybe Integer

    A count of the applicable resource types with a medium performance risk rating.

  • veryLow :: Maybe Integer

    A count of the applicable resource types with a very low performance risk rating.

Instances

Instances details
FromJSON CurrentPerformanceRiskRatings Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CurrentPerformanceRiskRatings

Generic CurrentPerformanceRiskRatings Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CurrentPerformanceRiskRatings

Associated Types

type Rep CurrentPerformanceRiskRatings :: Type -> Type #

Read CurrentPerformanceRiskRatings Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CurrentPerformanceRiskRatings

Show CurrentPerformanceRiskRatings Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CurrentPerformanceRiskRatings

NFData CurrentPerformanceRiskRatings Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CurrentPerformanceRiskRatings

Eq CurrentPerformanceRiskRatings Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CurrentPerformanceRiskRatings

Hashable CurrentPerformanceRiskRatings Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CurrentPerformanceRiskRatings

type Rep CurrentPerformanceRiskRatings Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.CurrentPerformanceRiskRatings

type Rep CurrentPerformanceRiskRatings = D1 ('MetaData "CurrentPerformanceRiskRatings" "Amazonka.ComputeOptimizer.Types.CurrentPerformanceRiskRatings" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "CurrentPerformanceRiskRatings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "high") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "low") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "medium") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "veryLow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))

newCurrentPerformanceRiskRatings :: CurrentPerformanceRiskRatings Source #

Create a value of CurrentPerformanceRiskRatings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:high:CurrentPerformanceRiskRatings', currentPerformanceRiskRatings_high - A count of the applicable resource types with a high performance risk rating.

$sel:low:CurrentPerformanceRiskRatings', currentPerformanceRiskRatings_low - A count of the applicable resource types with a low performance risk rating.

$sel:medium:CurrentPerformanceRiskRatings', currentPerformanceRiskRatings_medium - A count of the applicable resource types with a medium performance risk rating.

$sel:veryLow:CurrentPerformanceRiskRatings', currentPerformanceRiskRatings_veryLow - A count of the applicable resource types with a very low performance risk rating.

currentPerformanceRiskRatings_high :: Lens' CurrentPerformanceRiskRatings (Maybe Integer) Source #

A count of the applicable resource types with a high performance risk rating.

currentPerformanceRiskRatings_low :: Lens' CurrentPerformanceRiskRatings (Maybe Integer) Source #

A count of the applicable resource types with a low performance risk rating.

currentPerformanceRiskRatings_medium :: Lens' CurrentPerformanceRiskRatings (Maybe Integer) Source #

A count of the applicable resource types with a medium performance risk rating.

currentPerformanceRiskRatings_veryLow :: Lens' CurrentPerformanceRiskRatings (Maybe Integer) Source #

A count of the applicable resource types with a very low performance risk rating.

EBSFilter

data EBSFilter Source #

Describes a filter that returns a more specific list of Amazon Elastic Block Store (Amazon EBS) volume recommendations. Use this filter with the GetEBSVolumeRecommendations action.

You can use LambdaFunctionRecommendationFilter with the GetLambdaFunctionRecommendations action, JobFilter with the DescribeRecommendationExportJobs action, and Filter with the GetAutoScalingGroupRecommendations and GetEC2InstanceRecommendations actions.

See: newEBSFilter smart constructor.

Constructors

EBSFilter' 

Fields

  • name :: Maybe EBSFilterName

    The name of the filter.

    Specify Finding to return recommendations with a specific finding classification (for example, NotOptimized).

  • values :: Maybe [Text]

    The value of the filter.

    The valid values are Optimized, or NotOptimized.

Instances

Instances details
ToJSON EBSFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFilter

Generic EBSFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFilter

Associated Types

type Rep EBSFilter :: Type -> Type #

Read EBSFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFilter

Show EBSFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFilter

NFData EBSFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFilter

Methods

rnf :: EBSFilter -> () #

Eq EBSFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFilter

Hashable EBSFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFilter

type Rep EBSFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSFilter

type Rep EBSFilter = D1 ('MetaData "EBSFilter" "Amazonka.ComputeOptimizer.Types.EBSFilter" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "EBSFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EBSFilterName)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newEBSFilter :: EBSFilter Source #

Create a value of EBSFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:EBSFilter', eBSFilter_name - The name of the filter.

Specify Finding to return recommendations with a specific finding classification (for example, NotOptimized).

$sel:values:EBSFilter', eBSFilter_values - The value of the filter.

The valid values are Optimized, or NotOptimized.

eBSFilter_name :: Lens' EBSFilter (Maybe EBSFilterName) Source #

The name of the filter.

Specify Finding to return recommendations with a specific finding classification (for example, NotOptimized).

eBSFilter_values :: Lens' EBSFilter (Maybe [Text]) Source #

The value of the filter.

The valid values are Optimized, or NotOptimized.

EBSUtilizationMetric

data EBSUtilizationMetric Source #

Describes a utilization metric of an Amazon Elastic Block Store (Amazon EBS) volume.

Compare the utilization metric data of your resource against its projected utilization metric data to determine the performance difference between your current resource and the recommended option.

See: newEBSUtilizationMetric smart constructor.

Constructors

EBSUtilizationMetric' 

Fields

  • name :: Maybe EBSMetricName

    The name of the utilization metric.

    The following utilization metrics are available:

    • VolumeReadOpsPerSecond - The completed read operations per second from the volume in a specified period of time.

      Unit: Count

    • VolumeWriteOpsPerSecond - The completed write operations per second to the volume in a specified period of time.

      Unit: Count

    • VolumeReadBytesPerSecond - The bytes read per second from the volume in a specified period of time.

      Unit: Bytes

    • VolumeWriteBytesPerSecond - The bytes written to the volume in a specified period of time.

      Unit: Bytes

  • statistic :: Maybe MetricStatistic

    The statistic of the utilization metric.

    The Compute Optimizer API, Command Line Interface (CLI), and SDKs return utilization metrics using only the Maximum statistic, which is the highest value observed during the specified period.

    The Compute Optimizer console displays graphs for some utilization metrics using the Average statistic, which is the value of Sum / SampleCount during the specified period. For more information, see Viewing resource recommendations in the Compute Optimizer User Guide. You can also get averaged utilization metric data for your resources using Amazon CloudWatch. For more information, see the Amazon CloudWatch User Guide.

  • value :: Maybe Double

    The value of the utilization metric.

Instances

Instances details
FromJSON EBSUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSUtilizationMetric

Generic EBSUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSUtilizationMetric

Associated Types

type Rep EBSUtilizationMetric :: Type -> Type #

Read EBSUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSUtilizationMetric

Show EBSUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSUtilizationMetric

NFData EBSUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSUtilizationMetric

Methods

rnf :: EBSUtilizationMetric -> () #

Eq EBSUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSUtilizationMetric

Hashable EBSUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSUtilizationMetric

type Rep EBSUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EBSUtilizationMetric

type Rep EBSUtilizationMetric = D1 ('MetaData "EBSUtilizationMetric" "Amazonka.ComputeOptimizer.Types.EBSUtilizationMetric" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "EBSUtilizationMetric'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EBSMetricName)) :*: (S1 ('MetaSel ('Just "statistic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetricStatistic)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

newEBSUtilizationMetric :: EBSUtilizationMetric Source #

Create a value of EBSUtilizationMetric with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:EBSUtilizationMetric', eBSUtilizationMetric_name - The name of the utilization metric.

The following utilization metrics are available:

  • VolumeReadOpsPerSecond - The completed read operations per second from the volume in a specified period of time.

    Unit: Count

  • VolumeWriteOpsPerSecond - The completed write operations per second to the volume in a specified period of time.

    Unit: Count

  • VolumeReadBytesPerSecond - The bytes read per second from the volume in a specified period of time.

    Unit: Bytes

  • VolumeWriteBytesPerSecond - The bytes written to the volume in a specified period of time.

    Unit: Bytes

$sel:statistic:EBSUtilizationMetric', eBSUtilizationMetric_statistic - The statistic of the utilization metric.

The Compute Optimizer API, Command Line Interface (CLI), and SDKs return utilization metrics using only the Maximum statistic, which is the highest value observed during the specified period.

The Compute Optimizer console displays graphs for some utilization metrics using the Average statistic, which is the value of Sum / SampleCount during the specified period. For more information, see Viewing resource recommendations in the Compute Optimizer User Guide. You can also get averaged utilization metric data for your resources using Amazon CloudWatch. For more information, see the Amazon CloudWatch User Guide.

$sel:value:EBSUtilizationMetric', eBSUtilizationMetric_value - The value of the utilization metric.

eBSUtilizationMetric_name :: Lens' EBSUtilizationMetric (Maybe EBSMetricName) Source #

The name of the utilization metric.

The following utilization metrics are available:

  • VolumeReadOpsPerSecond - The completed read operations per second from the volume in a specified period of time.

    Unit: Count

  • VolumeWriteOpsPerSecond - The completed write operations per second to the volume in a specified period of time.

    Unit: Count

  • VolumeReadBytesPerSecond - The bytes read per second from the volume in a specified period of time.

    Unit: Bytes

  • VolumeWriteBytesPerSecond - The bytes written to the volume in a specified period of time.

    Unit: Bytes

eBSUtilizationMetric_statistic :: Lens' EBSUtilizationMetric (Maybe MetricStatistic) Source #

The statistic of the utilization metric.

The Compute Optimizer API, Command Line Interface (CLI), and SDKs return utilization metrics using only the Maximum statistic, which is the highest value observed during the specified period.

The Compute Optimizer console displays graphs for some utilization metrics using the Average statistic, which is the value of Sum / SampleCount during the specified period. For more information, see Viewing resource recommendations in the Compute Optimizer User Guide. You can also get averaged utilization metric data for your resources using Amazon CloudWatch. For more information, see the Amazon CloudWatch User Guide.

eBSUtilizationMetric_value :: Lens' EBSUtilizationMetric (Maybe Double) Source #

The value of the utilization metric.

ECSServiceProjectedMetric

data ECSServiceProjectedMetric Source #

Describes the projected metrics of an Amazon ECS service recommendation option.

To determine the performance difference between your current ECS service and the recommended option, compare the metric data of your service against its projected metric data.

See: newECSServiceProjectedMetric smart constructor.

Constructors

ECSServiceProjectedMetric' 

Fields

  • lowerBoundValues :: Maybe [Double]

    The lower bound values for the projected metric.

  • name :: Maybe ECSServiceMetricName

    The name of the projected metric.

    The following metrics are available:

    • CPU — The percentage of allocated compute units that are currently in use on the ECS service tasks.
    • Memory — The percentage of memory that is currently in use on the ECS service tasks.
  • timestamps :: Maybe [POSIX]

    The timestamps of the projected metric.

  • upperBoundValues :: Maybe [Double]

    The upper bound values for the projected metric.

Instances

Instances details
FromJSON ECSServiceProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceProjectedMetric

Generic ECSServiceProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceProjectedMetric

Associated Types

type Rep ECSServiceProjectedMetric :: Type -> Type #

Read ECSServiceProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceProjectedMetric

Show ECSServiceProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceProjectedMetric

NFData ECSServiceProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceProjectedMetric

Eq ECSServiceProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceProjectedMetric

Hashable ECSServiceProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceProjectedMetric

type Rep ECSServiceProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceProjectedMetric

type Rep ECSServiceProjectedMetric = D1 ('MetaData "ECSServiceProjectedMetric" "Amazonka.ComputeOptimizer.Types.ECSServiceProjectedMetric" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "ECSServiceProjectedMetric'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lowerBoundValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Double])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ECSServiceMetricName))) :*: (S1 ('MetaSel ('Just "timestamps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [POSIX])) :*: S1 ('MetaSel ('Just "upperBoundValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Double])))))

newECSServiceProjectedMetric :: ECSServiceProjectedMetric Source #

Create a value of ECSServiceProjectedMetric with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lowerBoundValues:ECSServiceProjectedMetric', eCSServiceProjectedMetric_lowerBoundValues - The lower bound values for the projected metric.

$sel:name:ECSServiceProjectedMetric', eCSServiceProjectedMetric_name - The name of the projected metric.

The following metrics are available:

  • CPU — The percentage of allocated compute units that are currently in use on the ECS service tasks.
  • Memory — The percentage of memory that is currently in use on the ECS service tasks.

$sel:timestamps:ECSServiceProjectedMetric', eCSServiceProjectedMetric_timestamps - The timestamps of the projected metric.

$sel:upperBoundValues:ECSServiceProjectedMetric', eCSServiceProjectedMetric_upperBoundValues - The upper bound values for the projected metric.

eCSServiceProjectedMetric_lowerBoundValues :: Lens' ECSServiceProjectedMetric (Maybe [Double]) Source #

The lower bound values for the projected metric.

eCSServiceProjectedMetric_name :: Lens' ECSServiceProjectedMetric (Maybe ECSServiceMetricName) Source #

The name of the projected metric.

The following metrics are available:

  • CPU — The percentage of allocated compute units that are currently in use on the ECS service tasks.
  • Memory — The percentage of memory that is currently in use on the ECS service tasks.

eCSServiceProjectedMetric_upperBoundValues :: Lens' ECSServiceProjectedMetric (Maybe [Double]) Source #

The upper bound values for the projected metric.

ECSServiceProjectedUtilizationMetric

data ECSServiceProjectedUtilizationMetric Source #

Describes the projected utilization metrics of an Amazon ECS service recommendation option.

To determine the performance difference between your current ECS service and the recommended option, compare the utilization metric data of your service against its projected utilization metric data.

See: newECSServiceProjectedUtilizationMetric smart constructor.

Constructors

ECSServiceProjectedUtilizationMetric' 

Fields

  • lowerBoundValue :: Maybe Double

    The lower bound values for the projected utilization metrics.

  • name :: Maybe ECSServiceMetricName

    The name of the projected utilization metric.

    The following utilization metrics are available:

    • CPU — The percentage of allocated compute units that are currently in use on the ECS service tasks.
    • Memory — The percentage of memory that is currently in use on the ECS service tasks.
  • statistic :: Maybe ECSServiceMetricStatistic

    The statistic of the projected utilization metric.

    The Compute Optimizer API, Command Line Interface (CLI), and SDKs return utilization metrics using only the Maximum statistic, which is the highest value observed during the specified period.

    The Compute Optimizer console displays graphs for some utilization metrics using the Average statistic, which is the value of Sum / SampleCount during the specified period. For more information, see Viewing resource recommendations in the Compute Optimizer User Guide. You can also get averaged utilization metric data for your resources using Amazon CloudWatch. For more information, see the Amazon CloudWatch User Guide.

  • upperBoundValue :: Maybe Double

    The upper bound values for the projected utilization metrics.

Instances

Instances details
FromJSON ECSServiceProjectedUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceProjectedUtilizationMetric

Generic ECSServiceProjectedUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceProjectedUtilizationMetric

Read ECSServiceProjectedUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceProjectedUtilizationMetric

Show ECSServiceProjectedUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceProjectedUtilizationMetric

NFData ECSServiceProjectedUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceProjectedUtilizationMetric

Eq ECSServiceProjectedUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceProjectedUtilizationMetric

Hashable ECSServiceProjectedUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceProjectedUtilizationMetric

type Rep ECSServiceProjectedUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceProjectedUtilizationMetric

type Rep ECSServiceProjectedUtilizationMetric = D1 ('MetaData "ECSServiceProjectedUtilizationMetric" "Amazonka.ComputeOptimizer.Types.ECSServiceProjectedUtilizationMetric" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "ECSServiceProjectedUtilizationMetric'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lowerBoundValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ECSServiceMetricName))) :*: (S1 ('MetaSel ('Just "statistic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ECSServiceMetricStatistic)) :*: S1 ('MetaSel ('Just "upperBoundValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

newECSServiceProjectedUtilizationMetric :: ECSServiceProjectedUtilizationMetric Source #

Create a value of ECSServiceProjectedUtilizationMetric with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lowerBoundValue:ECSServiceProjectedUtilizationMetric', eCSServiceProjectedUtilizationMetric_lowerBoundValue - The lower bound values for the projected utilization metrics.

$sel:name:ECSServiceProjectedUtilizationMetric', eCSServiceProjectedUtilizationMetric_name - The name of the projected utilization metric.

The following utilization metrics are available:

  • CPU — The percentage of allocated compute units that are currently in use on the ECS service tasks.
  • Memory — The percentage of memory that is currently in use on the ECS service tasks.

$sel:statistic:ECSServiceProjectedUtilizationMetric', eCSServiceProjectedUtilizationMetric_statistic - The statistic of the projected utilization metric.

The Compute Optimizer API, Command Line Interface (CLI), and SDKs return utilization metrics using only the Maximum statistic, which is the highest value observed during the specified period.

The Compute Optimizer console displays graphs for some utilization metrics using the Average statistic, which is the value of Sum / SampleCount during the specified period. For more information, see Viewing resource recommendations in the Compute Optimizer User Guide. You can also get averaged utilization metric data for your resources using Amazon CloudWatch. For more information, see the Amazon CloudWatch User Guide.

$sel:upperBoundValue:ECSServiceProjectedUtilizationMetric', eCSServiceProjectedUtilizationMetric_upperBoundValue - The upper bound values for the projected utilization metrics.

eCSServiceProjectedUtilizationMetric_name :: Lens' ECSServiceProjectedUtilizationMetric (Maybe ECSServiceMetricName) Source #

The name of the projected utilization metric.

The following utilization metrics are available:

  • CPU — The percentage of allocated compute units that are currently in use on the ECS service tasks.
  • Memory — The percentage of memory that is currently in use on the ECS service tasks.

eCSServiceProjectedUtilizationMetric_statistic :: Lens' ECSServiceProjectedUtilizationMetric (Maybe ECSServiceMetricStatistic) Source #

The statistic of the projected utilization metric.

The Compute Optimizer API, Command Line Interface (CLI), and SDKs return utilization metrics using only the Maximum statistic, which is the highest value observed during the specified period.

The Compute Optimizer console displays graphs for some utilization metrics using the Average statistic, which is the value of Sum / SampleCount during the specified period. For more information, see Viewing resource recommendations in the Compute Optimizer User Guide. You can also get averaged utilization metric data for your resources using Amazon CloudWatch. For more information, see the Amazon CloudWatch User Guide.

ECSServiceRecommendation

data ECSServiceRecommendation Source #

Describes an Amazon ECS service recommendation.

See: newECSServiceRecommendation smart constructor.

Constructors

ECSServiceRecommendation' 

Fields

  • accountId :: Maybe Text

    The Amazon Web Services account ID of the ECS service.

  • currentPerformanceRisk :: Maybe CurrentPerformanceRisk

    The risk of the current ECS service not meeting the performance needs of its workloads. The higher the risk, the more likely the current service can't meet the performance requirements of its workload.

  • currentServiceConfiguration :: Maybe ServiceConfiguration

    The configuration of the current ECS service.

  • finding :: Maybe ECSServiceRecommendationFinding

    The finding classification of an ECS service.

    Findings for ECS services include:

    • Underprovisioned — When Compute Optimizer detects that there’s not enough memory or CPU, an ECS service is considered under-provisioned. An under-provisioned ECS service might result in poor application performance.
    • Overprovisioned — When Compute Optimizer detects that there’s excessive memory or CPU, an ECS service is considered over-provisioned. An over-provisioned ECS service might result in additional infrastructure costs.
    • Optimized — When both the CPU and memory of your ECS service meet the performance requirements of your workload, the service is considered optimized.
  • findingReasonCodes :: Maybe [ECSServiceRecommendationFindingReasonCode]

    The reason for the finding classification of an ECS service.

    Finding reason codes for ECS services include:

    • CPUUnderprovisioned — The ECS service CPU configuration can be sized up to enhance the performance of your workload. This is identified by analyzing the CPUUtilization metric of the current service during the look-back period.
    • CPUOverprovisioned — The ECS service CPU configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the CPUUtilization metric of the current service during the look-back period.
    • MemoryUnderprovisioned — The ECS service memory configuration can be sized up to enhance the performance of your workload. This is identified by analyzing the MemoryUtilization metric of the current service during the look-back period.
    • MemoryOverprovisioned — The ECS service memory configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the MemoryUtilization metric of the current service during the look-back period.
  • lastRefreshTimestamp :: Maybe POSIX

    The timestamp of when the ECS service recommendation was last generated.

  • launchType :: Maybe ECSServiceLaunchType

    The launch type the ECS service is using.

    Compute Optimizer only supports the Fargate launch type.

  • lookbackPeriodInDays :: Maybe Double

    The number of days the ECS service utilization metrics were analyzed.

  • serviceArn :: Maybe Text

    The Amazon Resource Name (ARN) of the current ECS service.

    The following is the format of the ARN:

    arn:aws:ecs:region:aws_account_id:service/cluster-name/service-name
  • serviceRecommendationOptions :: Maybe [ECSServiceRecommendationOption]

    An array of objects that describe the recommendation options for the ECS service.

  • utilizationMetrics :: Maybe [ECSServiceUtilizationMetric]

    An array of objects that describe the utilization metrics of the ECS service.

Instances

Instances details
FromJSON ECSServiceRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendation

Generic ECSServiceRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendation

Associated Types

type Rep ECSServiceRecommendation :: Type -> Type #

Read ECSServiceRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendation

Show ECSServiceRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendation

NFData ECSServiceRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendation

Eq ECSServiceRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendation

Hashable ECSServiceRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendation

type Rep ECSServiceRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendation

type Rep ECSServiceRecommendation = D1 ('MetaData "ECSServiceRecommendation" "Amazonka.ComputeOptimizer.Types.ECSServiceRecommendation" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "ECSServiceRecommendation'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "currentPerformanceRisk") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CurrentPerformanceRisk))) :*: (S1 ('MetaSel ('Just "currentServiceConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceConfiguration)) :*: (S1 ('MetaSel ('Just "finding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ECSServiceRecommendationFinding)) :*: S1 ('MetaSel ('Just "findingReasonCodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ECSServiceRecommendationFindingReasonCode]))))) :*: ((S1 ('MetaSel ('Just "lastRefreshTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "launchType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ECSServiceLaunchType)) :*: S1 ('MetaSel ('Just "lookbackPeriodInDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))) :*: (S1 ('MetaSel ('Just "serviceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "serviceRecommendationOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ECSServiceRecommendationOption])) :*: S1 ('MetaSel ('Just "utilizationMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ECSServiceUtilizationMetric])))))))

newECSServiceRecommendation :: ECSServiceRecommendation Source #

Create a value of ECSServiceRecommendation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accountId:ECSServiceRecommendation', eCSServiceRecommendation_accountId - The Amazon Web Services account ID of the ECS service.

$sel:currentPerformanceRisk:ECSServiceRecommendation', eCSServiceRecommendation_currentPerformanceRisk - The risk of the current ECS service not meeting the performance needs of its workloads. The higher the risk, the more likely the current service can't meet the performance requirements of its workload.

$sel:currentServiceConfiguration:ECSServiceRecommendation', eCSServiceRecommendation_currentServiceConfiguration - The configuration of the current ECS service.

$sel:finding:ECSServiceRecommendation', eCSServiceRecommendation_finding - The finding classification of an ECS service.

Findings for ECS services include:

  • Underprovisioned — When Compute Optimizer detects that there’s not enough memory or CPU, an ECS service is considered under-provisioned. An under-provisioned ECS service might result in poor application performance.
  • Overprovisioned — When Compute Optimizer detects that there’s excessive memory or CPU, an ECS service is considered over-provisioned. An over-provisioned ECS service might result in additional infrastructure costs.
  • Optimized — When both the CPU and memory of your ECS service meet the performance requirements of your workload, the service is considered optimized.

$sel:findingReasonCodes:ECSServiceRecommendation', eCSServiceRecommendation_findingReasonCodes - The reason for the finding classification of an ECS service.

Finding reason codes for ECS services include:

  • CPUUnderprovisioned — The ECS service CPU configuration can be sized up to enhance the performance of your workload. This is identified by analyzing the CPUUtilization metric of the current service during the look-back period.
  • CPUOverprovisioned — The ECS service CPU configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the CPUUtilization metric of the current service during the look-back period.
  • MemoryUnderprovisioned — The ECS service memory configuration can be sized up to enhance the performance of your workload. This is identified by analyzing the MemoryUtilization metric of the current service during the look-back period.
  • MemoryOverprovisioned — The ECS service memory configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the MemoryUtilization metric of the current service during the look-back period.

$sel:lastRefreshTimestamp:ECSServiceRecommendation', eCSServiceRecommendation_lastRefreshTimestamp - The timestamp of when the ECS service recommendation was last generated.

$sel:launchType:ECSServiceRecommendation', eCSServiceRecommendation_launchType - The launch type the ECS service is using.

Compute Optimizer only supports the Fargate launch type.

$sel:lookbackPeriodInDays:ECSServiceRecommendation', eCSServiceRecommendation_lookbackPeriodInDays - The number of days the ECS service utilization metrics were analyzed.

$sel:serviceArn:ECSServiceRecommendation', eCSServiceRecommendation_serviceArn - The Amazon Resource Name (ARN) of the current ECS service.

The following is the format of the ARN:

arn:aws:ecs:region:aws_account_id:service/cluster-name/service-name

$sel:serviceRecommendationOptions:ECSServiceRecommendation', eCSServiceRecommendation_serviceRecommendationOptions - An array of objects that describe the recommendation options for the ECS service.

$sel:utilizationMetrics:ECSServiceRecommendation', eCSServiceRecommendation_utilizationMetrics - An array of objects that describe the utilization metrics of the ECS service.

eCSServiceRecommendation_accountId :: Lens' ECSServiceRecommendation (Maybe Text) Source #

The Amazon Web Services account ID of the ECS service.

eCSServiceRecommendation_currentPerformanceRisk :: Lens' ECSServiceRecommendation (Maybe CurrentPerformanceRisk) Source #

The risk of the current ECS service not meeting the performance needs of its workloads. The higher the risk, the more likely the current service can't meet the performance requirements of its workload.

eCSServiceRecommendation_finding :: Lens' ECSServiceRecommendation (Maybe ECSServiceRecommendationFinding) Source #

The finding classification of an ECS service.

Findings for ECS services include:

  • Underprovisioned — When Compute Optimizer detects that there’s not enough memory or CPU, an ECS service is considered under-provisioned. An under-provisioned ECS service might result in poor application performance.
  • Overprovisioned — When Compute Optimizer detects that there’s excessive memory or CPU, an ECS service is considered over-provisioned. An over-provisioned ECS service might result in additional infrastructure costs.
  • Optimized — When both the CPU and memory of your ECS service meet the performance requirements of your workload, the service is considered optimized.

eCSServiceRecommendation_findingReasonCodes :: Lens' ECSServiceRecommendation (Maybe [ECSServiceRecommendationFindingReasonCode]) Source #

The reason for the finding classification of an ECS service.

Finding reason codes for ECS services include:

  • CPUUnderprovisioned — The ECS service CPU configuration can be sized up to enhance the performance of your workload. This is identified by analyzing the CPUUtilization metric of the current service during the look-back period.
  • CPUOverprovisioned — The ECS service CPU configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the CPUUtilization metric of the current service during the look-back period.
  • MemoryUnderprovisioned — The ECS service memory configuration can be sized up to enhance the performance of your workload. This is identified by analyzing the MemoryUtilization metric of the current service during the look-back period.
  • MemoryOverprovisioned — The ECS service memory configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the MemoryUtilization metric of the current service during the look-back period.

eCSServiceRecommendation_lastRefreshTimestamp :: Lens' ECSServiceRecommendation (Maybe UTCTime) Source #

The timestamp of when the ECS service recommendation was last generated.

eCSServiceRecommendation_launchType :: Lens' ECSServiceRecommendation (Maybe ECSServiceLaunchType) Source #

The launch type the ECS service is using.

Compute Optimizer only supports the Fargate launch type.

eCSServiceRecommendation_lookbackPeriodInDays :: Lens' ECSServiceRecommendation (Maybe Double) Source #

The number of days the ECS service utilization metrics were analyzed.

eCSServiceRecommendation_serviceArn :: Lens' ECSServiceRecommendation (Maybe Text) Source #

The Amazon Resource Name (ARN) of the current ECS service.

The following is the format of the ARN:

arn:aws:ecs:region:aws_account_id:service/cluster-name/service-name

eCSServiceRecommendation_serviceRecommendationOptions :: Lens' ECSServiceRecommendation (Maybe [ECSServiceRecommendationOption]) Source #

An array of objects that describe the recommendation options for the ECS service.

eCSServiceRecommendation_utilizationMetrics :: Lens' ECSServiceRecommendation (Maybe [ECSServiceUtilizationMetric]) Source #

An array of objects that describe the utilization metrics of the ECS service.

ECSServiceRecommendationFilter

data ECSServiceRecommendationFilter Source #

Describes a filter that returns a more specific list of Amazon ECS service recommendations. Use this filter with the GetECSServiceRecommendations action.

See: newECSServiceRecommendationFilter smart constructor.

Constructors

ECSServiceRecommendationFilter' 

Fields

  • name :: Maybe ECSServiceRecommendationFilterName

    The name of the filter.

    Specify Finding to return recommendations with a specific finding classification.

    Specify FindingReasonCode to return recommendations with a specific finding reason code.

  • values :: Maybe [Text]

    The value of the filter.

    The valid values for this parameter are as follows:

    • If you specify the name parameter as Finding, specify Optimized, NotOptimized, or Unavailable.
    • If you specify the name parameter as FindingReasonCode, specify CPUUnderprovisioned, CPUOverprovisioned, MemoryUnderprovisioned, or MemoryOverprovisioned.

Instances

Instances details
ToJSON ECSServiceRecommendationFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilter

Generic ECSServiceRecommendationFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilter

Associated Types

type Rep ECSServiceRecommendationFilter :: Type -> Type #

Read ECSServiceRecommendationFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilter

Show ECSServiceRecommendationFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilter

NFData ECSServiceRecommendationFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilter

Eq ECSServiceRecommendationFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilter

Hashable ECSServiceRecommendationFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilter

type Rep ECSServiceRecommendationFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilter

type Rep ECSServiceRecommendationFilter = D1 ('MetaData "ECSServiceRecommendationFilter" "Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationFilter" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "ECSServiceRecommendationFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ECSServiceRecommendationFilterName)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newECSServiceRecommendationFilter :: ECSServiceRecommendationFilter Source #

Create a value of ECSServiceRecommendationFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:ECSServiceRecommendationFilter', eCSServiceRecommendationFilter_name - The name of the filter.

Specify Finding to return recommendations with a specific finding classification.

Specify FindingReasonCode to return recommendations with a specific finding reason code.

$sel:values:ECSServiceRecommendationFilter', eCSServiceRecommendationFilter_values - The value of the filter.

The valid values for this parameter are as follows:

  • If you specify the name parameter as Finding, specify Optimized, NotOptimized, or Unavailable.
  • If you specify the name parameter as FindingReasonCode, specify CPUUnderprovisioned, CPUOverprovisioned, MemoryUnderprovisioned, or MemoryOverprovisioned.

eCSServiceRecommendationFilter_name :: Lens' ECSServiceRecommendationFilter (Maybe ECSServiceRecommendationFilterName) Source #

The name of the filter.

Specify Finding to return recommendations with a specific finding classification.

Specify FindingReasonCode to return recommendations with a specific finding reason code.

eCSServiceRecommendationFilter_values :: Lens' ECSServiceRecommendationFilter (Maybe [Text]) Source #

The value of the filter.

The valid values for this parameter are as follows:

  • If you specify the name parameter as Finding, specify Optimized, NotOptimized, or Unavailable.
  • If you specify the name parameter as FindingReasonCode, specify CPUUnderprovisioned, CPUOverprovisioned, MemoryUnderprovisioned, or MemoryOverprovisioned.

ECSServiceRecommendationOption

data ECSServiceRecommendationOption Source #

Describes the recommendation options for an Amazon ECS service.

See: newECSServiceRecommendationOption smart constructor.

Constructors

ECSServiceRecommendationOption' 

Fields

Instances

Instances details
FromJSON ECSServiceRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationOption

Generic ECSServiceRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationOption

Associated Types

type Rep ECSServiceRecommendationOption :: Type -> Type #

Read ECSServiceRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationOption

Show ECSServiceRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationOption

NFData ECSServiceRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationOption

Eq ECSServiceRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationOption

Hashable ECSServiceRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationOption

type Rep ECSServiceRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationOption

type Rep ECSServiceRecommendationOption = D1 ('MetaData "ECSServiceRecommendationOption" "Amazonka.ComputeOptimizer.Types.ECSServiceRecommendationOption" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "ECSServiceRecommendationOption'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "containerRecommendations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ContainerRecommendation])) :*: S1 ('MetaSel ('Just "cpu") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "memory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "projectedUtilizationMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ECSServiceProjectedUtilizationMetric])) :*: S1 ('MetaSel ('Just "savingsOpportunity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SavingsOpportunity))))))

newECSServiceRecommendationOption :: ECSServiceRecommendationOption Source #

Create a value of ECSServiceRecommendationOption with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:containerRecommendations:ECSServiceRecommendationOption', eCSServiceRecommendationOption_containerRecommendations - The CPU and memory size recommendations for the containers within the task of your ECS service.

ECSServiceRecommendationOption, eCSServiceRecommendationOption_cpu - The CPU size of the ECS service recommendation option.

$sel:memory:ECSServiceRecommendationOption', eCSServiceRecommendationOption_memory - The memory size of the ECS service recommendation option.

$sel:projectedUtilizationMetrics:ECSServiceRecommendationOption', eCSServiceRecommendationOption_projectedUtilizationMetrics - An array of objects that describe the projected utilization metrics of the ECS service recommendation option.

$sel:savingsOpportunity:ECSServiceRecommendationOption', eCSServiceRecommendationOption_savingsOpportunity - Undocumented member.

eCSServiceRecommendationOption_containerRecommendations :: Lens' ECSServiceRecommendationOption (Maybe [ContainerRecommendation]) Source #

The CPU and memory size recommendations for the containers within the task of your ECS service.

eCSServiceRecommendationOption_cpu :: Lens' ECSServiceRecommendationOption (Maybe Int) Source #

The CPU size of the ECS service recommendation option.

eCSServiceRecommendationOption_memory :: Lens' ECSServiceRecommendationOption (Maybe Int) Source #

The memory size of the ECS service recommendation option.

eCSServiceRecommendationOption_projectedUtilizationMetrics :: Lens' ECSServiceRecommendationOption (Maybe [ECSServiceProjectedUtilizationMetric]) Source #

An array of objects that describe the projected utilization metrics of the ECS service recommendation option.

ECSServiceRecommendedOptionProjectedMetric

data ECSServiceRecommendedOptionProjectedMetric Source #

Describes the projected metrics of an Amazon ECS service recommendation option.

To determine the performance difference between your current ECS service and the recommended option, compare the metric data of your service against its projected metric data.

See: newECSServiceRecommendedOptionProjectedMetric smart constructor.

Constructors

ECSServiceRecommendedOptionProjectedMetric' 

Fields

Instances

Instances details
FromJSON ECSServiceRecommendedOptionProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendedOptionProjectedMetric

Generic ECSServiceRecommendedOptionProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendedOptionProjectedMetric

Read ECSServiceRecommendedOptionProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendedOptionProjectedMetric

Show ECSServiceRecommendedOptionProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendedOptionProjectedMetric

NFData ECSServiceRecommendedOptionProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendedOptionProjectedMetric

Eq ECSServiceRecommendedOptionProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendedOptionProjectedMetric

Hashable ECSServiceRecommendedOptionProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendedOptionProjectedMetric

type Rep ECSServiceRecommendedOptionProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceRecommendedOptionProjectedMetric

type Rep ECSServiceRecommendedOptionProjectedMetric = D1 ('MetaData "ECSServiceRecommendedOptionProjectedMetric" "Amazonka.ComputeOptimizer.Types.ECSServiceRecommendedOptionProjectedMetric" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "ECSServiceRecommendedOptionProjectedMetric'" 'PrefixI 'True) (S1 ('MetaSel ('Just "projectedMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ECSServiceProjectedMetric])) :*: (S1 ('MetaSel ('Just "recommendedCpuUnits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "recommendedMemorySize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newECSServiceRecommendedOptionProjectedMetric :: ECSServiceRecommendedOptionProjectedMetric Source #

Create a value of ECSServiceRecommendedOptionProjectedMetric with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:projectedMetrics:ECSServiceRecommendedOptionProjectedMetric', eCSServiceRecommendedOptionProjectedMetric_projectedMetrics - An array of objects that describe the projected metric.

$sel:recommendedCpuUnits:ECSServiceRecommendedOptionProjectedMetric', eCSServiceRecommendedOptionProjectedMetric_recommendedCpuUnits - The recommended CPU size for the ECS service.

$sel:recommendedMemorySize:ECSServiceRecommendedOptionProjectedMetric', eCSServiceRecommendedOptionProjectedMetric_recommendedMemorySize - The recommended memory size for the ECS service.

ECSServiceUtilizationMetric

data ECSServiceUtilizationMetric Source #

Describes the utilization metric of an Amazon ECS service.

To determine the performance difference between your current ECS service and the recommended option, compare the utilization metric data of your service against its projected utilization metric data.

See: newECSServiceUtilizationMetric smart constructor.

Constructors

ECSServiceUtilizationMetric' 

Fields

  • name :: Maybe ECSServiceMetricName

    The name of the utilization metric.

    The following utilization metrics are available:

    • Cpu — The amount of CPU units that are used in the service.
    • Memory — The amount of memory that is used in the service.
  • statistic :: Maybe ECSServiceMetricStatistic

    The statistic of the utilization metric.

    The Compute Optimizer API, Command Line Interface (CLI), and SDKs return utilization metrics using only the Maximum statistic, which is the highest value observed during the specified period.

    The Compute Optimizer console displays graphs for some utilization metrics using the Average statistic, which is the value of Sum / SampleCount during the specified period. For more information, see Viewing resource recommendations in the Compute Optimizer User Guide. You can also get averaged utilization metric data for your resources using Amazon CloudWatch. For more information, see the Amazon CloudWatch User Guide.

  • value :: Maybe Double

    The value of the utilization metric.

Instances

Instances details
FromJSON ECSServiceUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceUtilizationMetric

Generic ECSServiceUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceUtilizationMetric

Associated Types

type Rep ECSServiceUtilizationMetric :: Type -> Type #

Read ECSServiceUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceUtilizationMetric

Show ECSServiceUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceUtilizationMetric

NFData ECSServiceUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceUtilizationMetric

Eq ECSServiceUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceUtilizationMetric

Hashable ECSServiceUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceUtilizationMetric

type Rep ECSServiceUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ECSServiceUtilizationMetric

type Rep ECSServiceUtilizationMetric = D1 ('MetaData "ECSServiceUtilizationMetric" "Amazonka.ComputeOptimizer.Types.ECSServiceUtilizationMetric" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "ECSServiceUtilizationMetric'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ECSServiceMetricName)) :*: (S1 ('MetaSel ('Just "statistic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ECSServiceMetricStatistic)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

newECSServiceUtilizationMetric :: ECSServiceUtilizationMetric Source #

Create a value of ECSServiceUtilizationMetric with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:ECSServiceUtilizationMetric', eCSServiceUtilizationMetric_name - The name of the utilization metric.

The following utilization metrics are available:

  • Cpu — The amount of CPU units that are used in the service.
  • Memory — The amount of memory that is used in the service.

$sel:statistic:ECSServiceUtilizationMetric', eCSServiceUtilizationMetric_statistic - The statistic of the utilization metric.

The Compute Optimizer API, Command Line Interface (CLI), and SDKs return utilization metrics using only the Maximum statistic, which is the highest value observed during the specified period.

The Compute Optimizer console displays graphs for some utilization metrics using the Average statistic, which is the value of Sum / SampleCount during the specified period. For more information, see Viewing resource recommendations in the Compute Optimizer User Guide. You can also get averaged utilization metric data for your resources using Amazon CloudWatch. For more information, see the Amazon CloudWatch User Guide.

$sel:value:ECSServiceUtilizationMetric', eCSServiceUtilizationMetric_value - The value of the utilization metric.

eCSServiceUtilizationMetric_name :: Lens' ECSServiceUtilizationMetric (Maybe ECSServiceMetricName) Source #

The name of the utilization metric.

The following utilization metrics are available:

  • Cpu — The amount of CPU units that are used in the service.
  • Memory — The amount of memory that is used in the service.

eCSServiceUtilizationMetric_statistic :: Lens' ECSServiceUtilizationMetric (Maybe ECSServiceMetricStatistic) Source #

The statistic of the utilization metric.

The Compute Optimizer API, Command Line Interface (CLI), and SDKs return utilization metrics using only the Maximum statistic, which is the highest value observed during the specified period.

The Compute Optimizer console displays graphs for some utilization metrics using the Average statistic, which is the value of Sum / SampleCount during the specified period. For more information, see Viewing resource recommendations in the Compute Optimizer User Guide. You can also get averaged utilization metric data for your resources using Amazon CloudWatch. For more information, see the Amazon CloudWatch User Guide.

EffectiveRecommendationPreferences

data EffectiveRecommendationPreferences Source #

Describes the effective recommendation preferences for a resource.

See: newEffectiveRecommendationPreferences smart constructor.

Constructors

EffectiveRecommendationPreferences' 

Fields

  • cpuVendorArchitectures :: Maybe [CpuVendorArchitecture]

    Describes the CPU vendor and architecture for an instance or Auto Scaling group recommendations.

    For example, when you specify AWS_ARM64 with:

    • A GetEC2InstanceRecommendations or GetAutoScalingGroupRecommendations request, Compute Optimizer returns recommendations that consist of Graviton2 instance types only.
    • A GetEC2RecommendationProjectedMetrics request, Compute Optimizer returns projected utilization metrics for Graviton2 instance type recommendations only.
    • A ExportEC2InstanceRecommendations or ExportAutoScalingGroupRecommendations request, Compute Optimizer exports recommendations that consist of Graviton2 instance types only.
  • enhancedInfrastructureMetrics :: Maybe EnhancedInfrastructureMetrics

    Describes the activation status of the enhanced infrastructure metrics preference.

    A status of Active confirms that the preference is applied in the latest recommendation refresh, and a status of Inactive confirms that it's not yet applied to recommendations.

    For more information, see Enhanced infrastructure metrics in the Compute Optimizer User Guide.

  • externalMetricsPreference :: Maybe ExternalMetricsPreference

    An object that describes the external metrics recommendation preference.

    If the preference is applied in the latest recommendation refresh, an object with a valid source value appears in the response. If the preference isn't applied to the recommendations already, then this object doesn't appear in the response.

  • inferredWorkloadTypes :: Maybe InferredWorkloadTypesPreference

    Describes the activation status of the inferred workload types preference.

    A status of Active confirms that the preference is applied in the latest recommendation refresh. A status of Inactive confirms that it's not yet applied to recommendations.

Instances

Instances details
FromJSON EffectiveRecommendationPreferences Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EffectiveRecommendationPreferences

Generic EffectiveRecommendationPreferences Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EffectiveRecommendationPreferences

Associated Types

type Rep EffectiveRecommendationPreferences :: Type -> Type #

Read EffectiveRecommendationPreferences Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EffectiveRecommendationPreferences

Show EffectiveRecommendationPreferences Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EffectiveRecommendationPreferences

NFData EffectiveRecommendationPreferences Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EffectiveRecommendationPreferences

Eq EffectiveRecommendationPreferences Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EffectiveRecommendationPreferences

Hashable EffectiveRecommendationPreferences Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EffectiveRecommendationPreferences

type Rep EffectiveRecommendationPreferences Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EffectiveRecommendationPreferences

type Rep EffectiveRecommendationPreferences = D1 ('MetaData "EffectiveRecommendationPreferences" "Amazonka.ComputeOptimizer.Types.EffectiveRecommendationPreferences" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "EffectiveRecommendationPreferences'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cpuVendorArchitectures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CpuVendorArchitecture])) :*: S1 ('MetaSel ('Just "enhancedInfrastructureMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnhancedInfrastructureMetrics))) :*: (S1 ('MetaSel ('Just "externalMetricsPreference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExternalMetricsPreference)) :*: S1 ('MetaSel ('Just "inferredWorkloadTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferredWorkloadTypesPreference)))))

newEffectiveRecommendationPreferences :: EffectiveRecommendationPreferences Source #

Create a value of EffectiveRecommendationPreferences with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cpuVendorArchitectures:EffectiveRecommendationPreferences', effectiveRecommendationPreferences_cpuVendorArchitectures - Describes the CPU vendor and architecture for an instance or Auto Scaling group recommendations.

For example, when you specify AWS_ARM64 with:

  • A GetEC2InstanceRecommendations or GetAutoScalingGroupRecommendations request, Compute Optimizer returns recommendations that consist of Graviton2 instance types only.
  • A GetEC2RecommendationProjectedMetrics request, Compute Optimizer returns projected utilization metrics for Graviton2 instance type recommendations only.
  • A ExportEC2InstanceRecommendations or ExportAutoScalingGroupRecommendations request, Compute Optimizer exports recommendations that consist of Graviton2 instance types only.

$sel:enhancedInfrastructureMetrics:EffectiveRecommendationPreferences', effectiveRecommendationPreferences_enhancedInfrastructureMetrics - Describes the activation status of the enhanced infrastructure metrics preference.

A status of Active confirms that the preference is applied in the latest recommendation refresh, and a status of Inactive confirms that it's not yet applied to recommendations.

For more information, see Enhanced infrastructure metrics in the Compute Optimizer User Guide.

$sel:externalMetricsPreference:EffectiveRecommendationPreferences', effectiveRecommendationPreferences_externalMetricsPreference - An object that describes the external metrics recommendation preference.

If the preference is applied in the latest recommendation refresh, an object with a valid source value appears in the response. If the preference isn't applied to the recommendations already, then this object doesn't appear in the response.

$sel:inferredWorkloadTypes:EffectiveRecommendationPreferences', effectiveRecommendationPreferences_inferredWorkloadTypes - Describes the activation status of the inferred workload types preference.

A status of Active confirms that the preference is applied in the latest recommendation refresh. A status of Inactive confirms that it's not yet applied to recommendations.

effectiveRecommendationPreferences_cpuVendorArchitectures :: Lens' EffectiveRecommendationPreferences (Maybe [CpuVendorArchitecture]) Source #

Describes the CPU vendor and architecture for an instance or Auto Scaling group recommendations.

For example, when you specify AWS_ARM64 with:

  • A GetEC2InstanceRecommendations or GetAutoScalingGroupRecommendations request, Compute Optimizer returns recommendations that consist of Graviton2 instance types only.
  • A GetEC2RecommendationProjectedMetrics request, Compute Optimizer returns projected utilization metrics for Graviton2 instance type recommendations only.
  • A ExportEC2InstanceRecommendations or ExportAutoScalingGroupRecommendations request, Compute Optimizer exports recommendations that consist of Graviton2 instance types only.

effectiveRecommendationPreferences_enhancedInfrastructureMetrics :: Lens' EffectiveRecommendationPreferences (Maybe EnhancedInfrastructureMetrics) Source #

Describes the activation status of the enhanced infrastructure metrics preference.

A status of Active confirms that the preference is applied in the latest recommendation refresh, and a status of Inactive confirms that it's not yet applied to recommendations.

For more information, see Enhanced infrastructure metrics in the Compute Optimizer User Guide.

effectiveRecommendationPreferences_externalMetricsPreference :: Lens' EffectiveRecommendationPreferences (Maybe ExternalMetricsPreference) Source #

An object that describes the external metrics recommendation preference.

If the preference is applied in the latest recommendation refresh, an object with a valid source value appears in the response. If the preference isn't applied to the recommendations already, then this object doesn't appear in the response.

effectiveRecommendationPreferences_inferredWorkloadTypes :: Lens' EffectiveRecommendationPreferences (Maybe InferredWorkloadTypesPreference) Source #

Describes the activation status of the inferred workload types preference.

A status of Active confirms that the preference is applied in the latest recommendation refresh. A status of Inactive confirms that it's not yet applied to recommendations.

EnrollmentFilter

data EnrollmentFilter Source #

Describes a filter that returns a more specific list of account enrollment statuses. Use this filter with the GetEnrollmentStatusesForOrganization action.

See: newEnrollmentFilter smart constructor.

Constructors

EnrollmentFilter' 

Fields

  • name :: Maybe EnrollmentFilterName

    The name of the filter.

    Specify Status to return accounts with a specific enrollment status (for example, Active).

  • values :: Maybe [Text]

    The value of the filter.

    The valid values are Active, Inactive, Pending, and Failed.

Instances

Instances details
ToJSON EnrollmentFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnrollmentFilter

Generic EnrollmentFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnrollmentFilter

Associated Types

type Rep EnrollmentFilter :: Type -> Type #

Read EnrollmentFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnrollmentFilter

Show EnrollmentFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnrollmentFilter

NFData EnrollmentFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnrollmentFilter

Methods

rnf :: EnrollmentFilter -> () #

Eq EnrollmentFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnrollmentFilter

Hashable EnrollmentFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnrollmentFilter

type Rep EnrollmentFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EnrollmentFilter

type Rep EnrollmentFilter = D1 ('MetaData "EnrollmentFilter" "Amazonka.ComputeOptimizer.Types.EnrollmentFilter" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "EnrollmentFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnrollmentFilterName)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newEnrollmentFilter :: EnrollmentFilter Source #

Create a value of EnrollmentFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:EnrollmentFilter', enrollmentFilter_name - The name of the filter.

Specify Status to return accounts with a specific enrollment status (for example, Active).

$sel:values:EnrollmentFilter', enrollmentFilter_values - The value of the filter.

The valid values are Active, Inactive, Pending, and Failed.

enrollmentFilter_name :: Lens' EnrollmentFilter (Maybe EnrollmentFilterName) Source #

The name of the filter.

Specify Status to return accounts with a specific enrollment status (for example, Active).

enrollmentFilter_values :: Lens' EnrollmentFilter (Maybe [Text]) Source #

The value of the filter.

The valid values are Active, Inactive, Pending, and Failed.

EstimatedMonthlySavings

data EstimatedMonthlySavings Source #

Describes the estimated monthly savings amount possible, based on On-Demand instance pricing, by adopting Compute Optimizer recommendations for a given resource.

For more information, see Estimated monthly savings and savings opportunities in the Compute Optimizer User Guide.

See: newEstimatedMonthlySavings smart constructor.

Constructors

EstimatedMonthlySavings' 

Fields

Instances

Instances details
FromJSON EstimatedMonthlySavings Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EstimatedMonthlySavings

Generic EstimatedMonthlySavings Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EstimatedMonthlySavings

Associated Types

type Rep EstimatedMonthlySavings :: Type -> Type #

Read EstimatedMonthlySavings Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EstimatedMonthlySavings

Show EstimatedMonthlySavings Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EstimatedMonthlySavings

NFData EstimatedMonthlySavings Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EstimatedMonthlySavings

Methods

rnf :: EstimatedMonthlySavings -> () #

Eq EstimatedMonthlySavings Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EstimatedMonthlySavings

Hashable EstimatedMonthlySavings Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EstimatedMonthlySavings

type Rep EstimatedMonthlySavings Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.EstimatedMonthlySavings

type Rep EstimatedMonthlySavings = D1 ('MetaData "EstimatedMonthlySavings" "Amazonka.ComputeOptimizer.Types.EstimatedMonthlySavings" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "EstimatedMonthlySavings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "currency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Currency)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newEstimatedMonthlySavings :: EstimatedMonthlySavings Source #

Create a value of EstimatedMonthlySavings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:currency:EstimatedMonthlySavings', estimatedMonthlySavings_currency - The currency of the estimated monthly savings.

$sel:value:EstimatedMonthlySavings', estimatedMonthlySavings_value - The value of the estimated monthly savings.

estimatedMonthlySavings_currency :: Lens' EstimatedMonthlySavings (Maybe Currency) Source #

The currency of the estimated monthly savings.

estimatedMonthlySavings_value :: Lens' EstimatedMonthlySavings (Maybe Double) Source #

The value of the estimated monthly savings.

ExportDestination

data ExportDestination Source #

Describes the destination of the recommendations export and metadata files.

See: newExportDestination smart constructor.

Constructors

ExportDestination' 

Fields

  • s3 :: Maybe S3Destination

    An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.

Instances

Instances details
FromJSON ExportDestination Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportDestination

Generic ExportDestination Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportDestination

Associated Types

type Rep ExportDestination :: Type -> Type #

Read ExportDestination Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportDestination

Show ExportDestination Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportDestination

NFData ExportDestination Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportDestination

Methods

rnf :: ExportDestination -> () #

Eq ExportDestination Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportDestination

Hashable ExportDestination Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportDestination

type Rep ExportDestination Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportDestination

type Rep ExportDestination = D1 ('MetaData "ExportDestination" "Amazonka.ComputeOptimizer.Types.ExportDestination" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "ExportDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Destination))))

newExportDestination :: ExportDestination Source #

Create a value of ExportDestination with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3:ExportDestination', exportDestination_s3 - An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.

exportDestination_s3 :: Lens' ExportDestination (Maybe S3Destination) Source #

An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.

ExternalMetricsPreference

data ExternalMetricsPreference Source #

Describes the external metrics preferences for EC2 rightsizing recommendations.

See: newExternalMetricsPreference smart constructor.

Constructors

ExternalMetricsPreference' 

Fields

Instances

Instances details
FromJSON ExternalMetricsPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsPreference

ToJSON ExternalMetricsPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsPreference

Generic ExternalMetricsPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsPreference

Associated Types

type Rep ExternalMetricsPreference :: Type -> Type #

Read ExternalMetricsPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsPreference

Show ExternalMetricsPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsPreference

NFData ExternalMetricsPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsPreference

Eq ExternalMetricsPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsPreference

Hashable ExternalMetricsPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsPreference

type Rep ExternalMetricsPreference Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExternalMetricsPreference

type Rep ExternalMetricsPreference = D1 ('MetaData "ExternalMetricsPreference" "Amazonka.ComputeOptimizer.Types.ExternalMetricsPreference" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "ExternalMetricsPreference'" 'PrefixI 'True) (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExternalMetricsSource))))

newExternalMetricsPreference :: ExternalMetricsPreference Source #

Create a value of ExternalMetricsPreference with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:source:ExternalMetricsPreference', externalMetricsPreference_source - Contains the source options for external metrics preferences.

externalMetricsPreference_source :: Lens' ExternalMetricsPreference (Maybe ExternalMetricsSource) Source #

Contains the source options for external metrics preferences.

Filter

data Filter Source #

Describes a filter that returns a more specific list of recommendations. Use this filter with the GetAutoScalingGroupRecommendations and GetEC2InstanceRecommendations actions.

You can use EBSFilter with the GetEBSVolumeRecommendations action, LambdaFunctionRecommendationFilter with the GetLambdaFunctionRecommendations action, and JobFilter with the DescribeRecommendationExportJobs action.

See: newFilter smart constructor.

Constructors

Filter' 

Fields

  • name :: Maybe FilterName

    The name of the filter.

    Specify Finding to return recommendations with a specific finding classification (for example, Underprovisioned).

    Specify RecommendationSourceType to return recommendations of a specific resource type (for example, Ec2Instance).

    Specify FindingReasonCodes to return recommendations with a specific finding reason code (for example, CPUUnderprovisioned).

  • values :: Maybe [Text]

    The value of the filter.

    The valid values for this parameter are as follows, depending on what you specify for the name parameter and the resource type that you wish to filter results for:

    • Specify Optimized or NotOptimized if you specify the name parameter as Finding and you want to filter results for Auto Scaling groups.
    • Specify Underprovisioned, Overprovisioned, or Optimized if you specify the name parameter as Finding and you want to filter results for EC2 instances.
    • Specify Ec2Instance or AutoScalingGroup if you specify the name parameter as RecommendationSourceType.
    • Specify one of the following options if you specify the name parameter as FindingReasonCodes:

      • CPUOverprovisioned — The instance’s CPU configuration can be sized down while still meeting the performance requirements of your workload.
      • CPUUnderprovisioned — The instance’s CPU configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better CPU performance.
      • MemoryOverprovisioned — The instance’s memory configuration can be sized down while still meeting the performance requirements of your workload.
      • MemoryUnderprovisioned — The instance’s memory configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better memory performance.
      • EBSThroughputOverprovisioned — The instance’s EBS throughput configuration can be sized down while still meeting the performance requirements of your workload.
      • EBSThroughputUnderprovisioned — The instance’s EBS throughput configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better EBS throughput performance.
      • EBSIOPSOverprovisioned — The instance’s EBS IOPS configuration can be sized down while still meeting the performance requirements of your workload.
      • EBSIOPSUnderprovisioned — The instance’s EBS IOPS configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better EBS IOPS performance.
      • NetworkBandwidthOverprovisioned — The instance’s network bandwidth configuration can be sized down while still meeting the performance requirements of your workload.
      • NetworkBandwidthUnderprovisioned — The instance’s network bandwidth configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better network bandwidth performance. This finding reason happens when the NetworkIn or NetworkOut performance of an instance is impacted.
      • NetworkPPSOverprovisioned — The instance’s network PPS (packets per second) configuration can be sized down while still meeting the performance requirements of your workload.
      • NetworkPPSUnderprovisioned — The instance’s network PPS (packets per second) configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better network PPS performance.
      • DiskIOPSOverprovisioned — The instance’s disk IOPS configuration can be sized down while still meeting the performance requirements of your workload.
      • DiskIOPSUnderprovisioned — The instance’s disk IOPS configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better disk IOPS performance.
      • DiskThroughputOverprovisioned — The instance’s disk throughput configuration can be sized down while still meeting the performance requirements of your workload.
      • DiskThroughputUnderprovisioned — The instance’s disk throughput configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better disk throughput performance.

Instances

Instances details
ToJSON Filter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Filter

Generic Filter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Filter

Associated Types

type Rep Filter :: Type -> Type #

Methods

from :: Filter -> Rep Filter x #

to :: Rep Filter x -> Filter #

Read Filter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Filter

Show Filter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Filter

NFData Filter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Filter

Methods

rnf :: Filter -> () #

Eq Filter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Filter

Methods

(==) :: Filter -> Filter -> Bool #

(/=) :: Filter -> Filter -> Bool #

Hashable Filter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Filter

Methods

hashWithSalt :: Int -> Filter -> Int #

hash :: Filter -> Int #

type Rep Filter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Filter

type Rep Filter = D1 ('MetaData "Filter" "Amazonka.ComputeOptimizer.Types.Filter" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "Filter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FilterName)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newFilter :: Filter Source #

Create a value of Filter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:Filter', filter_name - The name of the filter.

Specify Finding to return recommendations with a specific finding classification (for example, Underprovisioned).

Specify RecommendationSourceType to return recommendations of a specific resource type (for example, Ec2Instance).

Specify FindingReasonCodes to return recommendations with a specific finding reason code (for example, CPUUnderprovisioned).

$sel:values:Filter', filter_values - The value of the filter.

The valid values for this parameter are as follows, depending on what you specify for the name parameter and the resource type that you wish to filter results for:

  • Specify Optimized or NotOptimized if you specify the name parameter as Finding and you want to filter results for Auto Scaling groups.
  • Specify Underprovisioned, Overprovisioned, or Optimized if you specify the name parameter as Finding and you want to filter results for EC2 instances.
  • Specify Ec2Instance or AutoScalingGroup if you specify the name parameter as RecommendationSourceType.
  • Specify one of the following options if you specify the name parameter as FindingReasonCodes:

    • CPUOverprovisioned — The instance’s CPU configuration can be sized down while still meeting the performance requirements of your workload.
    • CPUUnderprovisioned — The instance’s CPU configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better CPU performance.
    • MemoryOverprovisioned — The instance’s memory configuration can be sized down while still meeting the performance requirements of your workload.
    • MemoryUnderprovisioned — The instance’s memory configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better memory performance.
    • EBSThroughputOverprovisioned — The instance’s EBS throughput configuration can be sized down while still meeting the performance requirements of your workload.
    • EBSThroughputUnderprovisioned — The instance’s EBS throughput configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better EBS throughput performance.
    • EBSIOPSOverprovisioned — The instance’s EBS IOPS configuration can be sized down while still meeting the performance requirements of your workload.
    • EBSIOPSUnderprovisioned — The instance’s EBS IOPS configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better EBS IOPS performance.
    • NetworkBandwidthOverprovisioned — The instance’s network bandwidth configuration can be sized down while still meeting the performance requirements of your workload.
    • NetworkBandwidthUnderprovisioned — The instance’s network bandwidth configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better network bandwidth performance. This finding reason happens when the NetworkIn or NetworkOut performance of an instance is impacted.
    • NetworkPPSOverprovisioned — The instance’s network PPS (packets per second) configuration can be sized down while still meeting the performance requirements of your workload.
    • NetworkPPSUnderprovisioned — The instance’s network PPS (packets per second) configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better network PPS performance.
    • DiskIOPSOverprovisioned — The instance’s disk IOPS configuration can be sized down while still meeting the performance requirements of your workload.
    • DiskIOPSUnderprovisioned — The instance’s disk IOPS configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better disk IOPS performance.
    • DiskThroughputOverprovisioned — The instance’s disk throughput configuration can be sized down while still meeting the performance requirements of your workload.
    • DiskThroughputUnderprovisioned — The instance’s disk throughput configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better disk throughput performance.

filter_name :: Lens' Filter (Maybe FilterName) Source #

The name of the filter.

Specify Finding to return recommendations with a specific finding classification (for example, Underprovisioned).

Specify RecommendationSourceType to return recommendations of a specific resource type (for example, Ec2Instance).

Specify FindingReasonCodes to return recommendations with a specific finding reason code (for example, CPUUnderprovisioned).

filter_values :: Lens' Filter (Maybe [Text]) Source #

The value of the filter.

The valid values for this parameter are as follows, depending on what you specify for the name parameter and the resource type that you wish to filter results for:

  • Specify Optimized or NotOptimized if you specify the name parameter as Finding and you want to filter results for Auto Scaling groups.
  • Specify Underprovisioned, Overprovisioned, or Optimized if you specify the name parameter as Finding and you want to filter results for EC2 instances.
  • Specify Ec2Instance or AutoScalingGroup if you specify the name parameter as RecommendationSourceType.
  • Specify one of the following options if you specify the name parameter as FindingReasonCodes:

    • CPUOverprovisioned — The instance’s CPU configuration can be sized down while still meeting the performance requirements of your workload.
    • CPUUnderprovisioned — The instance’s CPU configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better CPU performance.
    • MemoryOverprovisioned — The instance’s memory configuration can be sized down while still meeting the performance requirements of your workload.
    • MemoryUnderprovisioned — The instance’s memory configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better memory performance.
    • EBSThroughputOverprovisioned — The instance’s EBS throughput configuration can be sized down while still meeting the performance requirements of your workload.
    • EBSThroughputUnderprovisioned — The instance’s EBS throughput configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better EBS throughput performance.
    • EBSIOPSOverprovisioned — The instance’s EBS IOPS configuration can be sized down while still meeting the performance requirements of your workload.
    • EBSIOPSUnderprovisioned — The instance’s EBS IOPS configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better EBS IOPS performance.
    • NetworkBandwidthOverprovisioned — The instance’s network bandwidth configuration can be sized down while still meeting the performance requirements of your workload.
    • NetworkBandwidthUnderprovisioned — The instance’s network bandwidth configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better network bandwidth performance. This finding reason happens when the NetworkIn or NetworkOut performance of an instance is impacted.
    • NetworkPPSOverprovisioned — The instance’s network PPS (packets per second) configuration can be sized down while still meeting the performance requirements of your workload.
    • NetworkPPSUnderprovisioned — The instance’s network PPS (packets per second) configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better network PPS performance.
    • DiskIOPSOverprovisioned — The instance’s disk IOPS configuration can be sized down while still meeting the performance requirements of your workload.
    • DiskIOPSUnderprovisioned — The instance’s disk IOPS configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better disk IOPS performance.
    • DiskThroughputOverprovisioned — The instance’s disk throughput configuration can be sized down while still meeting the performance requirements of your workload.
    • DiskThroughputUnderprovisioned — The instance’s disk throughput configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better disk throughput performance.

GetRecommendationError

data GetRecommendationError Source #

Describes an error experienced when getting recommendations.

For example, an error is returned if you request recommendations for an unsupported Auto Scaling group, or if you request recommendations for an instance of an unsupported instance family.

See: newGetRecommendationError smart constructor.

Constructors

GetRecommendationError' 

Fields

Instances

Instances details
FromJSON GetRecommendationError Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.GetRecommendationError

Generic GetRecommendationError Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.GetRecommendationError

Associated Types

type Rep GetRecommendationError :: Type -> Type #

Read GetRecommendationError Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.GetRecommendationError

Show GetRecommendationError Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.GetRecommendationError

NFData GetRecommendationError Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.GetRecommendationError

Methods

rnf :: GetRecommendationError -> () #

Eq GetRecommendationError Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.GetRecommendationError

Hashable GetRecommendationError Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.GetRecommendationError

type Rep GetRecommendationError Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.GetRecommendationError

type Rep GetRecommendationError = D1 ('MetaData "GetRecommendationError" "Amazonka.ComputeOptimizer.Types.GetRecommendationError" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "GetRecommendationError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newGetRecommendationError :: GetRecommendationError Source #

Create a value of GetRecommendationError with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:code:GetRecommendationError', getRecommendationError_code - The error code.

$sel:identifier:GetRecommendationError', getRecommendationError_identifier - The ID of the error.

$sel:message:GetRecommendationError', getRecommendationError_message - The message, or reason, for the error.

getRecommendationError_message :: Lens' GetRecommendationError (Maybe Text) Source #

The message, or reason, for the error.

InstanceRecommendation

data InstanceRecommendation Source #

Describes an Amazon EC2 instance recommendation.

See: newInstanceRecommendation smart constructor.

Constructors

InstanceRecommendation' 

Fields

  • accountId :: Maybe Text

    The Amazon Web Services account ID of the instance.

  • currentInstanceType :: Maybe Text

    The instance type of the current instance.

  • currentPerformanceRisk :: Maybe CurrentPerformanceRisk

    The risk of the current instance not meeting the performance needs of its workloads. The higher the risk, the more likely the current instance cannot meet the performance requirements of its workload.

  • effectiveRecommendationPreferences :: Maybe EffectiveRecommendationPreferences

    An object that describes the effective recommendation preferences for the instance.

  • finding :: Maybe Finding

    The finding classification of the instance.

    Findings for instances include:

    • Underprovisioned —An instance is considered under-provisioned when at least one specification of your instance, such as CPU, memory, or network, does not meet the performance requirements of your workload. Under-provisioned instances may lead to poor application performance.
    • Overprovisioned —An instance is considered over-provisioned when at least one specification of your instance, such as CPU, memory, or network, can be sized down while still meeting the performance requirements of your workload, and no specification is under-provisioned. Over-provisioned instances may lead to unnecessary infrastructure cost.
    • Optimized —An instance is considered optimized when all specifications of your instance, such as CPU, memory, and network, meet the performance requirements of your workload and is not over provisioned. For optimized resources, Compute Optimizer might recommend a new generation instance type.
  • findingReasonCodes :: Maybe [InstanceRecommendationFindingReasonCode]

    The reason for the finding classification of the instance.

    Finding reason codes for instances include:

    • CPUOverprovisioned — The instance’s CPU configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the CPUUtilization metric of the current instance during the look-back period.
    • CPUUnderprovisioned — The instance’s CPU configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better CPU performance. This is identified by analyzing the CPUUtilization metric of the current instance during the look-back period.
    • MemoryOverprovisioned — The instance’s memory configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the memory utilization metric of the current instance during the look-back period.
    • MemoryUnderprovisioned — The instance’s memory configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better memory performance. This is identified by analyzing the memory utilization metric of the current instance during the look-back period.

      Memory utilization is analyzed only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling memory utilization with the Amazon CloudWatch Agent in the Compute Optimizer User Guide. On Linux instances, Compute Optimizer analyses the mem_used_percent metric in the CWAgent namespace, or the legacy MemoryUtilization metric in the System/Linux namespace. On Windows instances, Compute Optimizer analyses the Memory % Committed Bytes In Use metric in the CWAgent namespace.

    • EBSThroughputOverprovisioned — The instance’s EBS throughput configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the VolumeReadOps and VolumeWriteOps metrics of EBS volumes attached to the current instance during the look-back period.
    • EBSThroughputUnderprovisioned — The instance’s EBS throughput configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better EBS throughput performance. This is identified by analyzing the VolumeReadOps and VolumeWriteOps metrics of EBS volumes attached to the current instance during the look-back period.
    • EBSIOPSOverprovisioned — The instance’s EBS IOPS configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the VolumeReadBytes and VolumeWriteBytes metric of EBS volumes attached to the current instance during the look-back period.
    • EBSIOPSUnderprovisioned — The instance’s EBS IOPS configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better EBS IOPS performance. This is identified by analyzing the VolumeReadBytes and VolumeWriteBytes metric of EBS volumes attached to the current instance during the look-back period.
    • NetworkBandwidthOverprovisioned — The instance’s network bandwidth configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the NetworkIn and NetworkOut metrics of the current instance during the look-back period.
    • NetworkBandwidthUnderprovisioned — The instance’s network bandwidth configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better network bandwidth performance. This is identified by analyzing the NetworkIn and NetworkOut metrics of the current instance during the look-back period. This finding reason happens when the NetworkIn or NetworkOut performance of an instance is impacted.
    • NetworkPPSOverprovisioned — The instance’s network PPS (packets per second) configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the NetworkPacketsIn and NetworkPacketsIn metrics of the current instance during the look-back period.
    • NetworkPPSUnderprovisioned — The instance’s network PPS (packets per second) configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better network PPS performance. This is identified by analyzing the NetworkPacketsIn and NetworkPacketsIn metrics of the current instance during the look-back period.
    • DiskIOPSOverprovisioned — The instance’s disk IOPS configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the DiskReadOps and DiskWriteOps metrics of the current instance during the look-back period.
    • DiskIOPSUnderprovisioned — The instance’s disk IOPS configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better disk IOPS performance. This is identified by analyzing the DiskReadOps and DiskWriteOps metrics of the current instance during the look-back period.
    • DiskThroughputOverprovisioned — The instance’s disk throughput configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the DiskReadBytes and DiskWriteBytes metrics of the current instance during the look-back period.
    • DiskThroughputUnderprovisioned — The instance’s disk throughput configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better disk throughput performance. This is identified by analyzing the DiskReadBytes and DiskWriteBytes metrics of the current instance during the look-back period.

    For more information about instance metrics, see List the available CloudWatch metrics for your instances in the Amazon Elastic Compute Cloud User Guide. For more information about EBS volume metrics, see Amazon CloudWatch metrics for Amazon EBS in the Amazon Elastic Compute Cloud User Guide.

  • inferredWorkloadTypes :: Maybe [InferredWorkloadType]

    The applications that might be running on the instance as inferred by Compute Optimizer.

    Compute Optimizer can infer if one of the following applications might be running on the instance:

    • AmazonEmr - Infers that Amazon EMR might be running on the instance.
    • ApacheCassandra - Infers that Apache Cassandra might be running on the instance.
    • ApacheHadoop - Infers that Apache Hadoop might be running on the instance.
    • Memcached - Infers that Memcached might be running on the instance.
    • NGINX - Infers that NGINX might be running on the instance.
    • PostgreSql - Infers that PostgreSQL might be running on the instance.
    • Redis - Infers that Redis might be running on the instance.
  • instanceArn :: Maybe Text

    The Amazon Resource Name (ARN) of the current instance.

  • instanceName :: Maybe Text

    The name of the current instance.

  • lastRefreshTimestamp :: Maybe POSIX

    The timestamp of when the instance recommendation was last generated.

  • lookBackPeriodInDays :: Maybe Double

    The number of days for which utilization metrics were analyzed for the instance.

  • recommendationOptions :: Maybe [InstanceRecommendationOption]

    An array of objects that describe the recommendation options for the instance.

  • recommendationSources :: Maybe [RecommendationSource]

    An array of objects that describe the source resource of the recommendation.

  • utilizationMetrics :: Maybe [UtilizationMetric]

    An array of objects that describe the utilization metrics of the instance.

Instances

Instances details
FromJSON InstanceRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendation

Generic InstanceRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendation

Associated Types

type Rep InstanceRecommendation :: Type -> Type #

Read InstanceRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendation

Show InstanceRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendation

NFData InstanceRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendation

Methods

rnf :: InstanceRecommendation -> () #

Eq InstanceRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendation

Hashable InstanceRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendation

type Rep InstanceRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendation

type Rep InstanceRecommendation = D1 ('MetaData "InstanceRecommendation" "Amazonka.ComputeOptimizer.Types.InstanceRecommendation" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "InstanceRecommendation'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "currentInstanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "currentPerformanceRisk") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CurrentPerformanceRisk)))) :*: ((S1 ('MetaSel ('Just "effectiveRecommendationPreferences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EffectiveRecommendationPreferences)) :*: S1 ('MetaSel ('Just "finding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Finding))) :*: (S1 ('MetaSel ('Just "findingReasonCodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InstanceRecommendationFindingReasonCode])) :*: S1 ('MetaSel ('Just "inferredWorkloadTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InferredWorkloadType]))))) :*: ((S1 ('MetaSel ('Just "instanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "instanceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastRefreshTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "lookBackPeriodInDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "recommendationOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InstanceRecommendationOption]))) :*: (S1 ('MetaSel ('Just "recommendationSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecommendationSource])) :*: S1 ('MetaSel ('Just "utilizationMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UtilizationMetric])))))))

newInstanceRecommendation :: InstanceRecommendation Source #

Create a value of InstanceRecommendation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accountId:InstanceRecommendation', instanceRecommendation_accountId - The Amazon Web Services account ID of the instance.

$sel:currentInstanceType:InstanceRecommendation', instanceRecommendation_currentInstanceType - The instance type of the current instance.

$sel:currentPerformanceRisk:InstanceRecommendation', instanceRecommendation_currentPerformanceRisk - The risk of the current instance not meeting the performance needs of its workloads. The higher the risk, the more likely the current instance cannot meet the performance requirements of its workload.

$sel:effectiveRecommendationPreferences:InstanceRecommendation', instanceRecommendation_effectiveRecommendationPreferences - An object that describes the effective recommendation preferences for the instance.

$sel:finding:InstanceRecommendation', instanceRecommendation_finding - The finding classification of the instance.

Findings for instances include:

  • Underprovisioned —An instance is considered under-provisioned when at least one specification of your instance, such as CPU, memory, or network, does not meet the performance requirements of your workload. Under-provisioned instances may lead to poor application performance.
  • Overprovisioned —An instance is considered over-provisioned when at least one specification of your instance, such as CPU, memory, or network, can be sized down while still meeting the performance requirements of your workload, and no specification is under-provisioned. Over-provisioned instances may lead to unnecessary infrastructure cost.
  • Optimized —An instance is considered optimized when all specifications of your instance, such as CPU, memory, and network, meet the performance requirements of your workload and is not over provisioned. For optimized resources, Compute Optimizer might recommend a new generation instance type.

$sel:findingReasonCodes:InstanceRecommendation', instanceRecommendation_findingReasonCodes - The reason for the finding classification of the instance.

Finding reason codes for instances include:

  • CPUOverprovisioned — The instance’s CPU configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the CPUUtilization metric of the current instance during the look-back period.
  • CPUUnderprovisioned — The instance’s CPU configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better CPU performance. This is identified by analyzing the CPUUtilization metric of the current instance during the look-back period.
  • MemoryOverprovisioned — The instance’s memory configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the memory utilization metric of the current instance during the look-back period.
  • MemoryUnderprovisioned — The instance’s memory configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better memory performance. This is identified by analyzing the memory utilization metric of the current instance during the look-back period.

    Memory utilization is analyzed only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling memory utilization with the Amazon CloudWatch Agent in the Compute Optimizer User Guide. On Linux instances, Compute Optimizer analyses the mem_used_percent metric in the CWAgent namespace, or the legacy MemoryUtilization metric in the System/Linux namespace. On Windows instances, Compute Optimizer analyses the Memory % Committed Bytes In Use metric in the CWAgent namespace.

  • EBSThroughputOverprovisioned — The instance’s EBS throughput configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the VolumeReadOps and VolumeWriteOps metrics of EBS volumes attached to the current instance during the look-back period.
  • EBSThroughputUnderprovisioned — The instance’s EBS throughput configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better EBS throughput performance. This is identified by analyzing the VolumeReadOps and VolumeWriteOps metrics of EBS volumes attached to the current instance during the look-back period.
  • EBSIOPSOverprovisioned — The instance’s EBS IOPS configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the VolumeReadBytes and VolumeWriteBytes metric of EBS volumes attached to the current instance during the look-back period.
  • EBSIOPSUnderprovisioned — The instance’s EBS IOPS configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better EBS IOPS performance. This is identified by analyzing the VolumeReadBytes and VolumeWriteBytes metric of EBS volumes attached to the current instance during the look-back period.
  • NetworkBandwidthOverprovisioned — The instance’s network bandwidth configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the NetworkIn and NetworkOut metrics of the current instance during the look-back period.
  • NetworkBandwidthUnderprovisioned — The instance’s network bandwidth configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better network bandwidth performance. This is identified by analyzing the NetworkIn and NetworkOut metrics of the current instance during the look-back period. This finding reason happens when the NetworkIn or NetworkOut performance of an instance is impacted.
  • NetworkPPSOverprovisioned — The instance’s network PPS (packets per second) configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the NetworkPacketsIn and NetworkPacketsIn metrics of the current instance during the look-back period.
  • NetworkPPSUnderprovisioned — The instance’s network PPS (packets per second) configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better network PPS performance. This is identified by analyzing the NetworkPacketsIn and NetworkPacketsIn metrics of the current instance during the look-back period.
  • DiskIOPSOverprovisioned — The instance’s disk IOPS configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the DiskReadOps and DiskWriteOps metrics of the current instance during the look-back period.
  • DiskIOPSUnderprovisioned — The instance’s disk IOPS configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better disk IOPS performance. This is identified by analyzing the DiskReadOps and DiskWriteOps metrics of the current instance during the look-back period.
  • DiskThroughputOverprovisioned — The instance’s disk throughput configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the DiskReadBytes and DiskWriteBytes metrics of the current instance during the look-back period.
  • DiskThroughputUnderprovisioned — The instance’s disk throughput configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better disk throughput performance. This is identified by analyzing the DiskReadBytes and DiskWriteBytes metrics of the current instance during the look-back period.

For more information about instance metrics, see List the available CloudWatch metrics for your instances in the Amazon Elastic Compute Cloud User Guide. For more information about EBS volume metrics, see Amazon CloudWatch metrics for Amazon EBS in the Amazon Elastic Compute Cloud User Guide.

InstanceRecommendation, instanceRecommendation_inferredWorkloadTypes - The applications that might be running on the instance as inferred by Compute Optimizer.

Compute Optimizer can infer if one of the following applications might be running on the instance:

  • AmazonEmr - Infers that Amazon EMR might be running on the instance.
  • ApacheCassandra - Infers that Apache Cassandra might be running on the instance.
  • ApacheHadoop - Infers that Apache Hadoop might be running on the instance.
  • Memcached - Infers that Memcached might be running on the instance.
  • NGINX - Infers that NGINX might be running on the instance.
  • PostgreSql - Infers that PostgreSQL might be running on the instance.
  • Redis - Infers that Redis might be running on the instance.

$sel:instanceArn:InstanceRecommendation', instanceRecommendation_instanceArn - The Amazon Resource Name (ARN) of the current instance.

$sel:instanceName:InstanceRecommendation', instanceRecommendation_instanceName - The name of the current instance.

$sel:lastRefreshTimestamp:InstanceRecommendation', instanceRecommendation_lastRefreshTimestamp - The timestamp of when the instance recommendation was last generated.

$sel:lookBackPeriodInDays:InstanceRecommendation', instanceRecommendation_lookBackPeriodInDays - The number of days for which utilization metrics were analyzed for the instance.

$sel:recommendationOptions:InstanceRecommendation', instanceRecommendation_recommendationOptions - An array of objects that describe the recommendation options for the instance.

$sel:recommendationSources:InstanceRecommendation', instanceRecommendation_recommendationSources - An array of objects that describe the source resource of the recommendation.

$sel:utilizationMetrics:InstanceRecommendation', instanceRecommendation_utilizationMetrics - An array of objects that describe the utilization metrics of the instance.

instanceRecommendation_accountId :: Lens' InstanceRecommendation (Maybe Text) Source #

The Amazon Web Services account ID of the instance.

instanceRecommendation_currentPerformanceRisk :: Lens' InstanceRecommendation (Maybe CurrentPerformanceRisk) Source #

The risk of the current instance not meeting the performance needs of its workloads. The higher the risk, the more likely the current instance cannot meet the performance requirements of its workload.

instanceRecommendation_effectiveRecommendationPreferences :: Lens' InstanceRecommendation (Maybe EffectiveRecommendationPreferences) Source #

An object that describes the effective recommendation preferences for the instance.

instanceRecommendation_finding :: Lens' InstanceRecommendation (Maybe Finding) Source #

The finding classification of the instance.

Findings for instances include:

  • Underprovisioned —An instance is considered under-provisioned when at least one specification of your instance, such as CPU, memory, or network, does not meet the performance requirements of your workload. Under-provisioned instances may lead to poor application performance.
  • Overprovisioned —An instance is considered over-provisioned when at least one specification of your instance, such as CPU, memory, or network, can be sized down while still meeting the performance requirements of your workload, and no specification is under-provisioned. Over-provisioned instances may lead to unnecessary infrastructure cost.
  • Optimized —An instance is considered optimized when all specifications of your instance, such as CPU, memory, and network, meet the performance requirements of your workload and is not over provisioned. For optimized resources, Compute Optimizer might recommend a new generation instance type.

instanceRecommendation_findingReasonCodes :: Lens' InstanceRecommendation (Maybe [InstanceRecommendationFindingReasonCode]) Source #

The reason for the finding classification of the instance.

Finding reason codes for instances include:

  • CPUOverprovisioned — The instance’s CPU configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the CPUUtilization metric of the current instance during the look-back period.
  • CPUUnderprovisioned — The instance’s CPU configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better CPU performance. This is identified by analyzing the CPUUtilization metric of the current instance during the look-back period.
  • MemoryOverprovisioned — The instance’s memory configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the memory utilization metric of the current instance during the look-back period.
  • MemoryUnderprovisioned — The instance’s memory configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better memory performance. This is identified by analyzing the memory utilization metric of the current instance during the look-back period.

    Memory utilization is analyzed only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling memory utilization with the Amazon CloudWatch Agent in the Compute Optimizer User Guide. On Linux instances, Compute Optimizer analyses the mem_used_percent metric in the CWAgent namespace, or the legacy MemoryUtilization metric in the System/Linux namespace. On Windows instances, Compute Optimizer analyses the Memory % Committed Bytes In Use metric in the CWAgent namespace.

  • EBSThroughputOverprovisioned — The instance’s EBS throughput configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the VolumeReadOps and VolumeWriteOps metrics of EBS volumes attached to the current instance during the look-back period.
  • EBSThroughputUnderprovisioned — The instance’s EBS throughput configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better EBS throughput performance. This is identified by analyzing the VolumeReadOps and VolumeWriteOps metrics of EBS volumes attached to the current instance during the look-back period.
  • EBSIOPSOverprovisioned — The instance’s EBS IOPS configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the VolumeReadBytes and VolumeWriteBytes metric of EBS volumes attached to the current instance during the look-back period.
  • EBSIOPSUnderprovisioned — The instance’s EBS IOPS configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better EBS IOPS performance. This is identified by analyzing the VolumeReadBytes and VolumeWriteBytes metric of EBS volumes attached to the current instance during the look-back period.
  • NetworkBandwidthOverprovisioned — The instance’s network bandwidth configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the NetworkIn and NetworkOut metrics of the current instance during the look-back period.
  • NetworkBandwidthUnderprovisioned — The instance’s network bandwidth configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better network bandwidth performance. This is identified by analyzing the NetworkIn and NetworkOut metrics of the current instance during the look-back period. This finding reason happens when the NetworkIn or NetworkOut performance of an instance is impacted.
  • NetworkPPSOverprovisioned — The instance’s network PPS (packets per second) configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the NetworkPacketsIn and NetworkPacketsIn metrics of the current instance during the look-back period.
  • NetworkPPSUnderprovisioned — The instance’s network PPS (packets per second) configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better network PPS performance. This is identified by analyzing the NetworkPacketsIn and NetworkPacketsIn metrics of the current instance during the look-back period.
  • DiskIOPSOverprovisioned — The instance’s disk IOPS configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the DiskReadOps and DiskWriteOps metrics of the current instance during the look-back period.
  • DiskIOPSUnderprovisioned — The instance’s disk IOPS configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better disk IOPS performance. This is identified by analyzing the DiskReadOps and DiskWriteOps metrics of the current instance during the look-back period.
  • DiskThroughputOverprovisioned — The instance’s disk throughput configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the DiskReadBytes and DiskWriteBytes metrics of the current instance during the look-back period.
  • DiskThroughputUnderprovisioned — The instance’s disk throughput configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better disk throughput performance. This is identified by analyzing the DiskReadBytes and DiskWriteBytes metrics of the current instance during the look-back period.

For more information about instance metrics, see List the available CloudWatch metrics for your instances in the Amazon Elastic Compute Cloud User Guide. For more information about EBS volume metrics, see Amazon CloudWatch metrics for Amazon EBS in the Amazon Elastic Compute Cloud User Guide.

instanceRecommendation_inferredWorkloadTypes :: Lens' InstanceRecommendation (Maybe [InferredWorkloadType]) Source #

The applications that might be running on the instance as inferred by Compute Optimizer.

Compute Optimizer can infer if one of the following applications might be running on the instance:

  • AmazonEmr - Infers that Amazon EMR might be running on the instance.
  • ApacheCassandra - Infers that Apache Cassandra might be running on the instance.
  • ApacheHadoop - Infers that Apache Hadoop might be running on the instance.
  • Memcached - Infers that Memcached might be running on the instance.
  • NGINX - Infers that NGINX might be running on the instance.
  • PostgreSql - Infers that PostgreSQL might be running on the instance.
  • Redis - Infers that Redis might be running on the instance.

instanceRecommendation_instanceArn :: Lens' InstanceRecommendation (Maybe Text) Source #

The Amazon Resource Name (ARN) of the current instance.

instanceRecommendation_lastRefreshTimestamp :: Lens' InstanceRecommendation (Maybe UTCTime) Source #

The timestamp of when the instance recommendation was last generated.

instanceRecommendation_lookBackPeriodInDays :: Lens' InstanceRecommendation (Maybe Double) Source #

The number of days for which utilization metrics were analyzed for the instance.

instanceRecommendation_recommendationOptions :: Lens' InstanceRecommendation (Maybe [InstanceRecommendationOption]) Source #

An array of objects that describe the recommendation options for the instance.

instanceRecommendation_recommendationSources :: Lens' InstanceRecommendation (Maybe [RecommendationSource]) Source #

An array of objects that describe the source resource of the recommendation.

instanceRecommendation_utilizationMetrics :: Lens' InstanceRecommendation (Maybe [UtilizationMetric]) Source #

An array of objects that describe the utilization metrics of the instance.

InstanceRecommendationOption

data InstanceRecommendationOption Source #

Describes a recommendation option for an Amazon EC2 instance.

See: newInstanceRecommendationOption smart constructor.

Constructors

InstanceRecommendationOption' 

Fields

  • instanceType :: Maybe Text

    The instance type of the instance recommendation.

  • migrationEffort :: Maybe MigrationEffort

    The level of effort required to migrate from the current instance type to the recommended instance type.

    For example, the migration effort is Low if Amazon EMR is the inferred workload type and an Amazon Web Services Graviton instance type is recommended. The migration effort is Medium if a workload type couldn't be inferred but an Amazon Web Services Graviton instance type is recommended. The migration effort is VeryLow if both the current and recommended instance types are of the same CPU architecture.

  • performanceRisk :: Maybe Double

    The performance risk of the instance recommendation option.

    Performance risk indicates the likelihood of the recommended instance type not meeting the resource needs of your workload. Compute Optimizer calculates an individual performance risk score for each specification of the recommended instance, including CPU, memory, EBS throughput, EBS IOPS, disk throughput, disk IOPS, network throughput, and network PPS. The performance risk of the recommended instance is calculated as the maximum performance risk score across the analyzed resource specifications.

    The value ranges from 0 - 4, with 0 meaning that the recommended resource is predicted to always provide enough hardware capability. The higher the performance risk is, the more likely you should validate whether the recommendation will meet the performance requirements of your workload before migrating your resource.

  • platformDifferences :: Maybe [PlatformDifference]

    Describes the configuration differences between the current instance and the recommended instance type. You should consider the configuration differences before migrating your workloads from the current instance to the recommended instance type. The Change the instance type guide for Linux and Change the instance type guide for Windows provide general guidance for getting started with an instance migration.

    Platform differences include:

    • Hypervisor — The hypervisor of the recommended instance type is different than that of the current instance. For example, the recommended instance type uses a Nitro hypervisor and the current instance uses a Xen hypervisor. The differences that you should consider between these hypervisors are covered in the Nitro Hypervisor section of the Amazon EC2 frequently asked questions. For more information, see Instances built on the Nitro System in the Amazon EC2 User Guide for Linux, or Instances built on the Nitro System in the Amazon EC2 User Guide for Windows.
    • NetworkInterface — The network interface of the recommended instance type is different than that of the current instance. For example, the recommended instance type supports enhanced networking and the current instance might not. To enable enhanced networking for the recommended instance type, you must install the Elastic Network Adapter (ENA) driver or the Intel 82599 Virtual Function driver. For more information, see Networking and storage features and Enhanced networking on Linux in the Amazon EC2 User Guide for Linux, or Networking and storage features and Enhanced networking on Windows in the Amazon EC2 User Guide for Windows.
    • StorageInterface — The storage interface of the recommended instance type is different than that of the current instance. For example, the recommended instance type uses an NVMe storage interface and the current instance does not. To access NVMe volumes for the recommended instance type, you will need to install or upgrade the NVMe driver. For more information, see Networking and storage features and Amazon EBS and NVMe on Linux instances in the Amazon EC2 User Guide for Linux, or Networking and storage features and Amazon EBS and NVMe on Windows instances in the Amazon EC2 User Guide for Windows.
    • InstanceStoreAvailability — The recommended instance type does not support instance store volumes and the current instance does. Before migrating, you might need to back up the data on your instance store volumes if you want to preserve them. For more information, see How do I back up an instance store volume on my Amazon EC2 instance to Amazon EBS? in the Amazon Web Services Premium Support Knowledge Base. For more information, see Networking and storage features and Amazon EC2 instance store in the Amazon EC2 User Guide for Linux, or see Networking and storage features and Amazon EC2 instance store in the Amazon EC2 User Guide for Windows.
    • VirtualizationType — The recommended instance type uses the hardware virtual machine (HVM) virtualization type and the current instance uses the paravirtual (PV) virtualization type. For more information about the differences between these virtualization types, see Linux AMI virtualization types in the Amazon EC2 User Guide for Linux, or Windows AMI virtualization types in the Amazon EC2 User Guide for Windows.
    • Architecture — The CPU architecture between the recommended instance type and the current instance is different. For example, the recommended instance type might use an Arm CPU architecture and the current instance type might use a different one, such as x86. Before migrating, you should consider recompiling the software on your instance for the new architecture. Alternatively, you might switch to an Amazon Machine Image (AMI) that supports the new architecture. For more information about the CPU architecture for each instance type, see Amazon EC2 Instance Types.
  • projectedUtilizationMetrics :: Maybe [UtilizationMetric]

    An array of objects that describe the projected utilization metrics of the instance recommendation option.

    The Cpu and Memory metrics are the only projected utilization metrics returned. Additionally, the Memory metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling Memory Utilization with the CloudWatch Agent.

  • rank :: Maybe Int

    The rank of the instance recommendation option.

    The top recommendation option is ranked as 1.

  • savingsOpportunity :: Maybe SavingsOpportunity

    An object that describes the savings opportunity for the instance recommendation option. Savings opportunity includes the estimated monthly savings amount and percentage.

Instances

Instances details
FromJSON InstanceRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendationOption

Generic InstanceRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendationOption

Associated Types

type Rep InstanceRecommendationOption :: Type -> Type #

Read InstanceRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendationOption

Show InstanceRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendationOption

NFData InstanceRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendationOption

Eq InstanceRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendationOption

Hashable InstanceRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendationOption

type Rep InstanceRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.InstanceRecommendationOption

type Rep InstanceRecommendationOption = D1 ('MetaData "InstanceRecommendationOption" "Amazonka.ComputeOptimizer.Types.InstanceRecommendationOption" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "InstanceRecommendationOption'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "migrationEffort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MigrationEffort)) :*: S1 ('MetaSel ('Just "performanceRisk") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))) :*: ((S1 ('MetaSel ('Just "platformDifferences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PlatformDifference])) :*: S1 ('MetaSel ('Just "projectedUtilizationMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UtilizationMetric]))) :*: (S1 ('MetaSel ('Just "rank") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "savingsOpportunity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SavingsOpportunity))))))

newInstanceRecommendationOption :: InstanceRecommendationOption Source #

Create a value of InstanceRecommendationOption with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:instanceType:InstanceRecommendationOption', instanceRecommendationOption_instanceType - The instance type of the instance recommendation.

$sel:migrationEffort:InstanceRecommendationOption', instanceRecommendationOption_migrationEffort - The level of effort required to migrate from the current instance type to the recommended instance type.

For example, the migration effort is Low if Amazon EMR is the inferred workload type and an Amazon Web Services Graviton instance type is recommended. The migration effort is Medium if a workload type couldn't be inferred but an Amazon Web Services Graviton instance type is recommended. The migration effort is VeryLow if both the current and recommended instance types are of the same CPU architecture.

$sel:performanceRisk:InstanceRecommendationOption', instanceRecommendationOption_performanceRisk - The performance risk of the instance recommendation option.

Performance risk indicates the likelihood of the recommended instance type not meeting the resource needs of your workload. Compute Optimizer calculates an individual performance risk score for each specification of the recommended instance, including CPU, memory, EBS throughput, EBS IOPS, disk throughput, disk IOPS, network throughput, and network PPS. The performance risk of the recommended instance is calculated as the maximum performance risk score across the analyzed resource specifications.

The value ranges from 0 - 4, with 0 meaning that the recommended resource is predicted to always provide enough hardware capability. The higher the performance risk is, the more likely you should validate whether the recommendation will meet the performance requirements of your workload before migrating your resource.

$sel:platformDifferences:InstanceRecommendationOption', instanceRecommendationOption_platformDifferences - Describes the configuration differences between the current instance and the recommended instance type. You should consider the configuration differences before migrating your workloads from the current instance to the recommended instance type. The Change the instance type guide for Linux and Change the instance type guide for Windows provide general guidance for getting started with an instance migration.

Platform differences include:

  • Hypervisor — The hypervisor of the recommended instance type is different than that of the current instance. For example, the recommended instance type uses a Nitro hypervisor and the current instance uses a Xen hypervisor. The differences that you should consider between these hypervisors are covered in the Nitro Hypervisor section of the Amazon EC2 frequently asked questions. For more information, see Instances built on the Nitro System in the Amazon EC2 User Guide for Linux, or Instances built on the Nitro System in the Amazon EC2 User Guide for Windows.
  • NetworkInterface — The network interface of the recommended instance type is different than that of the current instance. For example, the recommended instance type supports enhanced networking and the current instance might not. To enable enhanced networking for the recommended instance type, you must install the Elastic Network Adapter (ENA) driver or the Intel 82599 Virtual Function driver. For more information, see Networking and storage features and Enhanced networking on Linux in the Amazon EC2 User Guide for Linux, or Networking and storage features and Enhanced networking on Windows in the Amazon EC2 User Guide for Windows.
  • StorageInterface — The storage interface of the recommended instance type is different than that of the current instance. For example, the recommended instance type uses an NVMe storage interface and the current instance does not. To access NVMe volumes for the recommended instance type, you will need to install or upgrade the NVMe driver. For more information, see Networking and storage features and Amazon EBS and NVMe on Linux instances in the Amazon EC2 User Guide for Linux, or Networking and storage features and Amazon EBS and NVMe on Windows instances in the Amazon EC2 User Guide for Windows.
  • InstanceStoreAvailability — The recommended instance type does not support instance store volumes and the current instance does. Before migrating, you might need to back up the data on your instance store volumes if you want to preserve them. For more information, see How do I back up an instance store volume on my Amazon EC2 instance to Amazon EBS? in the Amazon Web Services Premium Support Knowledge Base. For more information, see Networking and storage features and Amazon EC2 instance store in the Amazon EC2 User Guide for Linux, or see Networking and storage features and Amazon EC2 instance store in the Amazon EC2 User Guide for Windows.
  • VirtualizationType — The recommended instance type uses the hardware virtual machine (HVM) virtualization type and the current instance uses the paravirtual (PV) virtualization type. For more information about the differences between these virtualization types, see Linux AMI virtualization types in the Amazon EC2 User Guide for Linux, or Windows AMI virtualization types in the Amazon EC2 User Guide for Windows.
  • Architecture — The CPU architecture between the recommended instance type and the current instance is different. For example, the recommended instance type might use an Arm CPU architecture and the current instance type might use a different one, such as x86. Before migrating, you should consider recompiling the software on your instance for the new architecture. Alternatively, you might switch to an Amazon Machine Image (AMI) that supports the new architecture. For more information about the CPU architecture for each instance type, see Amazon EC2 Instance Types.

$sel:projectedUtilizationMetrics:InstanceRecommendationOption', instanceRecommendationOption_projectedUtilizationMetrics - An array of objects that describe the projected utilization metrics of the instance recommendation option.

The Cpu and Memory metrics are the only projected utilization metrics returned. Additionally, the Memory metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling Memory Utilization with the CloudWatch Agent.

$sel:rank:InstanceRecommendationOption', instanceRecommendationOption_rank - The rank of the instance recommendation option.

The top recommendation option is ranked as 1.

$sel:savingsOpportunity:InstanceRecommendationOption', instanceRecommendationOption_savingsOpportunity - An object that describes the savings opportunity for the instance recommendation option. Savings opportunity includes the estimated monthly savings amount and percentage.

instanceRecommendationOption_instanceType :: Lens' InstanceRecommendationOption (Maybe Text) Source #

The instance type of the instance recommendation.

instanceRecommendationOption_migrationEffort :: Lens' InstanceRecommendationOption (Maybe MigrationEffort) Source #

The level of effort required to migrate from the current instance type to the recommended instance type.

For example, the migration effort is Low if Amazon EMR is the inferred workload type and an Amazon Web Services Graviton instance type is recommended. The migration effort is Medium if a workload type couldn't be inferred but an Amazon Web Services Graviton instance type is recommended. The migration effort is VeryLow if both the current and recommended instance types are of the same CPU architecture.

instanceRecommendationOption_performanceRisk :: Lens' InstanceRecommendationOption (Maybe Double) Source #

The performance risk of the instance recommendation option.

Performance risk indicates the likelihood of the recommended instance type not meeting the resource needs of your workload. Compute Optimizer calculates an individual performance risk score for each specification of the recommended instance, including CPU, memory, EBS throughput, EBS IOPS, disk throughput, disk IOPS, network throughput, and network PPS. The performance risk of the recommended instance is calculated as the maximum performance risk score across the analyzed resource specifications.

The value ranges from 0 - 4, with 0 meaning that the recommended resource is predicted to always provide enough hardware capability. The higher the performance risk is, the more likely you should validate whether the recommendation will meet the performance requirements of your workload before migrating your resource.

instanceRecommendationOption_platformDifferences :: Lens' InstanceRecommendationOption (Maybe [PlatformDifference]) Source #

Describes the configuration differences between the current instance and the recommended instance type. You should consider the configuration differences before migrating your workloads from the current instance to the recommended instance type. The Change the instance type guide for Linux and Change the instance type guide for Windows provide general guidance for getting started with an instance migration.

Platform differences include:

  • Hypervisor — The hypervisor of the recommended instance type is different than that of the current instance. For example, the recommended instance type uses a Nitro hypervisor and the current instance uses a Xen hypervisor. The differences that you should consider between these hypervisors are covered in the Nitro Hypervisor section of the Amazon EC2 frequently asked questions. For more information, see Instances built on the Nitro System in the Amazon EC2 User Guide for Linux, or Instances built on the Nitro System in the Amazon EC2 User Guide for Windows.
  • NetworkInterface — The network interface of the recommended instance type is different than that of the current instance. For example, the recommended instance type supports enhanced networking and the current instance might not. To enable enhanced networking for the recommended instance type, you must install the Elastic Network Adapter (ENA) driver or the Intel 82599 Virtual Function driver. For more information, see Networking and storage features and Enhanced networking on Linux in the Amazon EC2 User Guide for Linux, or Networking and storage features and Enhanced networking on Windows in the Amazon EC2 User Guide for Windows.
  • StorageInterface — The storage interface of the recommended instance type is different than that of the current instance. For example, the recommended instance type uses an NVMe storage interface and the current instance does not. To access NVMe volumes for the recommended instance type, you will need to install or upgrade the NVMe driver. For more information, see Networking and storage features and Amazon EBS and NVMe on Linux instances in the Amazon EC2 User Guide for Linux, or Networking and storage features and Amazon EBS and NVMe on Windows instances in the Amazon EC2 User Guide for Windows.
  • InstanceStoreAvailability — The recommended instance type does not support instance store volumes and the current instance does. Before migrating, you might need to back up the data on your instance store volumes if you want to preserve them. For more information, see How do I back up an instance store volume on my Amazon EC2 instance to Amazon EBS? in the Amazon Web Services Premium Support Knowledge Base. For more information, see Networking and storage features and Amazon EC2 instance store in the Amazon EC2 User Guide for Linux, or see Networking and storage features and Amazon EC2 instance store in the Amazon EC2 User Guide for Windows.
  • VirtualizationType — The recommended instance type uses the hardware virtual machine (HVM) virtualization type and the current instance uses the paravirtual (PV) virtualization type. For more information about the differences between these virtualization types, see Linux AMI virtualization types in the Amazon EC2 User Guide for Linux, or Windows AMI virtualization types in the Amazon EC2 User Guide for Windows.
  • Architecture — The CPU architecture between the recommended instance type and the current instance is different. For example, the recommended instance type might use an Arm CPU architecture and the current instance type might use a different one, such as x86. Before migrating, you should consider recompiling the software on your instance for the new architecture. Alternatively, you might switch to an Amazon Machine Image (AMI) that supports the new architecture. For more information about the CPU architecture for each instance type, see Amazon EC2 Instance Types.

instanceRecommendationOption_projectedUtilizationMetrics :: Lens' InstanceRecommendationOption (Maybe [UtilizationMetric]) Source #

An array of objects that describe the projected utilization metrics of the instance recommendation option.

The Cpu and Memory metrics are the only projected utilization metrics returned. Additionally, the Memory metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling Memory Utilization with the CloudWatch Agent.

instanceRecommendationOption_rank :: Lens' InstanceRecommendationOption (Maybe Int) Source #

The rank of the instance recommendation option.

The top recommendation option is ranked as 1.

instanceRecommendationOption_savingsOpportunity :: Lens' InstanceRecommendationOption (Maybe SavingsOpportunity) Source #

An object that describes the savings opportunity for the instance recommendation option. Savings opportunity includes the estimated monthly savings amount and percentage.

JobFilter

data JobFilter Source #

Describes a filter that returns a more specific list of recommendation export jobs. Use this filter with the DescribeRecommendationExportJobs action.

You can use EBSFilter with the GetEBSVolumeRecommendations action, LambdaFunctionRecommendationFilter with the GetLambdaFunctionRecommendations action, and Filter with the GetAutoScalingGroupRecommendations and GetEC2InstanceRecommendations actions.

See: newJobFilter smart constructor.

Constructors

JobFilter' 

Fields

  • name :: Maybe JobFilterName

    The name of the filter.

    Specify ResourceType to return export jobs of a specific resource type (for example, Ec2Instance).

    Specify JobStatus to return export jobs with a specific status (e.g, Complete).

  • values :: Maybe [Text]

    The value of the filter.

    The valid values for this parameter are as follows, depending on what you specify for the name parameter:

    • Specify Ec2Instance or AutoScalingGroup if you specify the name parameter as ResourceType. There is no filter for EBS volumes because volume recommendations cannot be exported at this time.
    • Specify Queued, InProgress, Complete, or Failed if you specify the name parameter as JobStatus.

Instances

Instances details
ToJSON JobFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobFilter

Generic JobFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobFilter

Associated Types

type Rep JobFilter :: Type -> Type #

Read JobFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobFilter

Show JobFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobFilter

NFData JobFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobFilter

Methods

rnf :: JobFilter -> () #

Eq JobFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobFilter

Hashable JobFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobFilter

type Rep JobFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.JobFilter

type Rep JobFilter = D1 ('MetaData "JobFilter" "Amazonka.ComputeOptimizer.Types.JobFilter" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "JobFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobFilterName)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newJobFilter :: JobFilter Source #

Create a value of JobFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:JobFilter', jobFilter_name - The name of the filter.

Specify ResourceType to return export jobs of a specific resource type (for example, Ec2Instance).

Specify JobStatus to return export jobs with a specific status (e.g, Complete).

$sel:values:JobFilter', jobFilter_values - The value of the filter.

The valid values for this parameter are as follows, depending on what you specify for the name parameter:

  • Specify Ec2Instance or AutoScalingGroup if you specify the name parameter as ResourceType. There is no filter for EBS volumes because volume recommendations cannot be exported at this time.
  • Specify Queued, InProgress, Complete, or Failed if you specify the name parameter as JobStatus.

jobFilter_name :: Lens' JobFilter (Maybe JobFilterName) Source #

The name of the filter.

Specify ResourceType to return export jobs of a specific resource type (for example, Ec2Instance).

Specify JobStatus to return export jobs with a specific status (e.g, Complete).

jobFilter_values :: Lens' JobFilter (Maybe [Text]) Source #

The value of the filter.

The valid values for this parameter are as follows, depending on what you specify for the name parameter:

  • Specify Ec2Instance or AutoScalingGroup if you specify the name parameter as ResourceType. There is no filter for EBS volumes because volume recommendations cannot be exported at this time.
  • Specify Queued, InProgress, Complete, or Failed if you specify the name parameter as JobStatus.

LambdaFunctionMemoryProjectedMetric

data LambdaFunctionMemoryProjectedMetric Source #

Describes a projected utilization metric of an Lambda function recommendation option.

See: newLambdaFunctionMemoryProjectedMetric smart constructor.

Constructors

LambdaFunctionMemoryProjectedMetric' 

Fields

Instances

Instances details
FromJSON LambdaFunctionMemoryProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryProjectedMetric

Generic LambdaFunctionMemoryProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryProjectedMetric

Read LambdaFunctionMemoryProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryProjectedMetric

Show LambdaFunctionMemoryProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryProjectedMetric

NFData LambdaFunctionMemoryProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryProjectedMetric

Eq LambdaFunctionMemoryProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryProjectedMetric

Hashable LambdaFunctionMemoryProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryProjectedMetric

type Rep LambdaFunctionMemoryProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryProjectedMetric

type Rep LambdaFunctionMemoryProjectedMetric = D1 ('MetaData "LambdaFunctionMemoryProjectedMetric" "Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryProjectedMetric" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "LambdaFunctionMemoryProjectedMetric'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaFunctionMemoryMetricName)) :*: (S1 ('MetaSel ('Just "statistic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaFunctionMemoryMetricStatistic)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

newLambdaFunctionMemoryProjectedMetric :: LambdaFunctionMemoryProjectedMetric Source #

Create a value of LambdaFunctionMemoryProjectedMetric with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:LambdaFunctionMemoryProjectedMetric', lambdaFunctionMemoryProjectedMetric_name - The name of the projected utilization metric.

$sel:statistic:LambdaFunctionMemoryProjectedMetric', lambdaFunctionMemoryProjectedMetric_statistic - The statistic of the projected utilization metric.

$sel:value:LambdaFunctionMemoryProjectedMetric', lambdaFunctionMemoryProjectedMetric_value - The values of the projected utilization metrics.

LambdaFunctionMemoryRecommendationOption

data LambdaFunctionMemoryRecommendationOption Source #

Describes a recommendation option for an Lambda function.

See: newLambdaFunctionMemoryRecommendationOption smart constructor.

Constructors

LambdaFunctionMemoryRecommendationOption' 

Fields

Instances

Instances details
FromJSON LambdaFunctionMemoryRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryRecommendationOption

Generic LambdaFunctionMemoryRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryRecommendationOption

Read LambdaFunctionMemoryRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryRecommendationOption

Show LambdaFunctionMemoryRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryRecommendationOption

NFData LambdaFunctionMemoryRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryRecommendationOption

Eq LambdaFunctionMemoryRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryRecommendationOption

Hashable LambdaFunctionMemoryRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryRecommendationOption

type Rep LambdaFunctionMemoryRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryRecommendationOption

type Rep LambdaFunctionMemoryRecommendationOption = D1 ('MetaData "LambdaFunctionMemoryRecommendationOption" "Amazonka.ComputeOptimizer.Types.LambdaFunctionMemoryRecommendationOption" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "LambdaFunctionMemoryRecommendationOption'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "memorySize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "projectedUtilizationMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LambdaFunctionMemoryProjectedMetric]))) :*: (S1 ('MetaSel ('Just "rank") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "savingsOpportunity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SavingsOpportunity)))))

newLambdaFunctionMemoryRecommendationOption :: LambdaFunctionMemoryRecommendationOption Source #

Create a value of LambdaFunctionMemoryRecommendationOption with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:memorySize:LambdaFunctionMemoryRecommendationOption', lambdaFunctionMemoryRecommendationOption_memorySize - The memory size, in MB, of the function recommendation option.

$sel:projectedUtilizationMetrics:LambdaFunctionMemoryRecommendationOption', lambdaFunctionMemoryRecommendationOption_projectedUtilizationMetrics - An array of objects that describe the projected utilization metrics of the function recommendation option.

$sel:rank:LambdaFunctionMemoryRecommendationOption', lambdaFunctionMemoryRecommendationOption_rank - The rank of the function recommendation option.

The top recommendation option is ranked as 1.

$sel:savingsOpportunity:LambdaFunctionMemoryRecommendationOption', lambdaFunctionMemoryRecommendationOption_savingsOpportunity - An object that describes the savings opportunity for the Lambda function recommendation option. Savings opportunity includes the estimated monthly savings amount and percentage.

lambdaFunctionMemoryRecommendationOption_projectedUtilizationMetrics :: Lens' LambdaFunctionMemoryRecommendationOption (Maybe [LambdaFunctionMemoryProjectedMetric]) Source #

An array of objects that describe the projected utilization metrics of the function recommendation option.

lambdaFunctionMemoryRecommendationOption_rank :: Lens' LambdaFunctionMemoryRecommendationOption (Maybe Int) Source #

The rank of the function recommendation option.

The top recommendation option is ranked as 1.

lambdaFunctionMemoryRecommendationOption_savingsOpportunity :: Lens' LambdaFunctionMemoryRecommendationOption (Maybe SavingsOpportunity) Source #

An object that describes the savings opportunity for the Lambda function recommendation option. Savings opportunity includes the estimated monthly savings amount and percentage.

LambdaFunctionRecommendation

data LambdaFunctionRecommendation Source #

Describes an Lambda function recommendation.

See: newLambdaFunctionRecommendation smart constructor.

Constructors

LambdaFunctionRecommendation' 

Fields

  • accountId :: Maybe Text

    The Amazon Web Services account ID of the function.

  • currentMemorySize :: Maybe Int

    The amount of memory, in MB, that's allocated to the current function.

  • currentPerformanceRisk :: Maybe CurrentPerformanceRisk

    The risk of the current Lambda function not meeting the performance needs of its workloads. The higher the risk, the more likely the current Lambda function requires more memory.

  • finding :: Maybe LambdaFunctionRecommendationFinding

    The finding classification of the function.

    Findings for functions include:

    • Optimized — The function is correctly provisioned to run your workload based on its current configuration and its utilization history. This finding classification does not include finding reason codes.
    • NotOptimized — The function is performing at a higher level (over-provisioned) or at a lower level (under-provisioned) than required for your workload because its current configuration is not optimal. Over-provisioned resources might lead to unnecessary infrastructure cost, and under-provisioned resources might lead to poor application performance. This finding classification can include the MemoryUnderprovisioned and MemoryUnderprovisioned finding reason codes.
    • Unavailable — Compute Optimizer was unable to generate a recommendation for the function. This could be because the function has not accumulated sufficient metric data, or the function does not qualify for a recommendation. This finding classification can include the InsufficientData and Inconclusive finding reason codes.

      Functions with a finding of unavailable are not returned unless you specify the filter parameter with a value of Unavailable in your GetLambdaFunctionRecommendations request.

  • findingReasonCodes :: Maybe [LambdaFunctionRecommendationFindingReasonCode]

    The reason for the finding classification of the function.

    Functions that have a finding classification of Optimized don't have a finding reason code.

    Finding reason codes for functions include:

    • MemoryOverprovisioned — The function is over-provisioned when its memory configuration can be sized down while still meeting the performance requirements of your workload. An over-provisioned function might lead to unnecessary infrastructure cost. This finding reason code is part of the NotOptimized finding classification.
    • MemoryUnderprovisioned — The function is under-provisioned when its memory configuration doesn't meet the performance requirements of the workload. An under-provisioned function might lead to poor application performance. This finding reason code is part of the NotOptimized finding classification.
    • InsufficientData — The function does not have sufficient metric data for Compute Optimizer to generate a recommendation. For more information, see the Supported resources and requirements in the Compute Optimizer User Guide. This finding reason code is part of the Unavailable finding classification.
    • Inconclusive — The function does not qualify for a recommendation because Compute Optimizer cannot generate a recommendation with a high degree of confidence. This finding reason code is part of the Unavailable finding classification.
  • functionArn :: Maybe Text

    The Amazon Resource Name (ARN) of the current function.

  • functionVersion :: Maybe Text

    The version number of the current function.

  • lastRefreshTimestamp :: Maybe POSIX

    The timestamp of when the function recommendation was last generated.

  • lookbackPeriodInDays :: Maybe Double

    The number of days for which utilization metrics were analyzed for the function.

  • memorySizeRecommendationOptions :: Maybe [LambdaFunctionMemoryRecommendationOption]

    An array of objects that describe the memory configuration recommendation options for the function.

  • numberOfInvocations :: Maybe Integer

    The number of times your function code was applied during the look-back period.

  • utilizationMetrics :: Maybe [LambdaFunctionUtilizationMetric]

    An array of objects that describe the utilization metrics of the function.

Instances

Instances details
FromJSON LambdaFunctionRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendation

Generic LambdaFunctionRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendation

Associated Types

type Rep LambdaFunctionRecommendation :: Type -> Type #

Read LambdaFunctionRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendation

Show LambdaFunctionRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendation

NFData LambdaFunctionRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendation

Eq LambdaFunctionRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendation

Hashable LambdaFunctionRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendation

type Rep LambdaFunctionRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendation

type Rep LambdaFunctionRecommendation = D1 ('MetaData "LambdaFunctionRecommendation" "Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendation" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "LambdaFunctionRecommendation'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "currentMemorySize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "currentPerformanceRisk") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CurrentPerformanceRisk)))) :*: (S1 ('MetaSel ('Just "finding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaFunctionRecommendationFinding)) :*: (S1 ('MetaSel ('Just "findingReasonCodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LambdaFunctionRecommendationFindingReasonCode])) :*: S1 ('MetaSel ('Just "functionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "functionVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastRefreshTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lookbackPeriodInDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))) :*: (S1 ('MetaSel ('Just "memorySizeRecommendationOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LambdaFunctionMemoryRecommendationOption])) :*: (S1 ('MetaSel ('Just "numberOfInvocations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "utilizationMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LambdaFunctionUtilizationMetric])))))))

newLambdaFunctionRecommendation :: LambdaFunctionRecommendation Source #

Create a value of LambdaFunctionRecommendation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accountId:LambdaFunctionRecommendation', lambdaFunctionRecommendation_accountId - The Amazon Web Services account ID of the function.

$sel:currentMemorySize:LambdaFunctionRecommendation', lambdaFunctionRecommendation_currentMemorySize - The amount of memory, in MB, that's allocated to the current function.

$sel:currentPerformanceRisk:LambdaFunctionRecommendation', lambdaFunctionRecommendation_currentPerformanceRisk - The risk of the current Lambda function not meeting the performance needs of its workloads. The higher the risk, the more likely the current Lambda function requires more memory.

$sel:finding:LambdaFunctionRecommendation', lambdaFunctionRecommendation_finding - The finding classification of the function.

Findings for functions include:

  • Optimized — The function is correctly provisioned to run your workload based on its current configuration and its utilization history. This finding classification does not include finding reason codes.
  • NotOptimized — The function is performing at a higher level (over-provisioned) or at a lower level (under-provisioned) than required for your workload because its current configuration is not optimal. Over-provisioned resources might lead to unnecessary infrastructure cost, and under-provisioned resources might lead to poor application performance. This finding classification can include the MemoryUnderprovisioned and MemoryUnderprovisioned finding reason codes.
  • Unavailable — Compute Optimizer was unable to generate a recommendation for the function. This could be because the function has not accumulated sufficient metric data, or the function does not qualify for a recommendation. This finding classification can include the InsufficientData and Inconclusive finding reason codes.

    Functions with a finding of unavailable are not returned unless you specify the filter parameter with a value of Unavailable in your GetLambdaFunctionRecommendations request.

$sel:findingReasonCodes:LambdaFunctionRecommendation', lambdaFunctionRecommendation_findingReasonCodes - The reason for the finding classification of the function.

Functions that have a finding classification of Optimized don't have a finding reason code.

Finding reason codes for functions include:

  • MemoryOverprovisioned — The function is over-provisioned when its memory configuration can be sized down while still meeting the performance requirements of your workload. An over-provisioned function might lead to unnecessary infrastructure cost. This finding reason code is part of the NotOptimized finding classification.
  • MemoryUnderprovisioned — The function is under-provisioned when its memory configuration doesn't meet the performance requirements of the workload. An under-provisioned function might lead to poor application performance. This finding reason code is part of the NotOptimized finding classification.
  • InsufficientData — The function does not have sufficient metric data for Compute Optimizer to generate a recommendation. For more information, see the Supported resources and requirements in the Compute Optimizer User Guide. This finding reason code is part of the Unavailable finding classification.
  • Inconclusive — The function does not qualify for a recommendation because Compute Optimizer cannot generate a recommendation with a high degree of confidence. This finding reason code is part of the Unavailable finding classification.

$sel:functionArn:LambdaFunctionRecommendation', lambdaFunctionRecommendation_functionArn - The Amazon Resource Name (ARN) of the current function.

$sel:functionVersion:LambdaFunctionRecommendation', lambdaFunctionRecommendation_functionVersion - The version number of the current function.

$sel:lastRefreshTimestamp:LambdaFunctionRecommendation', lambdaFunctionRecommendation_lastRefreshTimestamp - The timestamp of when the function recommendation was last generated.

$sel:lookbackPeriodInDays:LambdaFunctionRecommendation', lambdaFunctionRecommendation_lookbackPeriodInDays - The number of days for which utilization metrics were analyzed for the function.

$sel:memorySizeRecommendationOptions:LambdaFunctionRecommendation', lambdaFunctionRecommendation_memorySizeRecommendationOptions - An array of objects that describe the memory configuration recommendation options for the function.

$sel:numberOfInvocations:LambdaFunctionRecommendation', lambdaFunctionRecommendation_numberOfInvocations - The number of times your function code was applied during the look-back period.

$sel:utilizationMetrics:LambdaFunctionRecommendation', lambdaFunctionRecommendation_utilizationMetrics - An array of objects that describe the utilization metrics of the function.

lambdaFunctionRecommendation_accountId :: Lens' LambdaFunctionRecommendation (Maybe Text) Source #

The Amazon Web Services account ID of the function.

lambdaFunctionRecommendation_currentMemorySize :: Lens' LambdaFunctionRecommendation (Maybe Int) Source #

The amount of memory, in MB, that's allocated to the current function.

lambdaFunctionRecommendation_currentPerformanceRisk :: Lens' LambdaFunctionRecommendation (Maybe CurrentPerformanceRisk) Source #

The risk of the current Lambda function not meeting the performance needs of its workloads. The higher the risk, the more likely the current Lambda function requires more memory.

lambdaFunctionRecommendation_finding :: Lens' LambdaFunctionRecommendation (Maybe LambdaFunctionRecommendationFinding) Source #

The finding classification of the function.

Findings for functions include:

  • Optimized — The function is correctly provisioned to run your workload based on its current configuration and its utilization history. This finding classification does not include finding reason codes.
  • NotOptimized — The function is performing at a higher level (over-provisioned) or at a lower level (under-provisioned) than required for your workload because its current configuration is not optimal. Over-provisioned resources might lead to unnecessary infrastructure cost, and under-provisioned resources might lead to poor application performance. This finding classification can include the MemoryUnderprovisioned and MemoryUnderprovisioned finding reason codes.
  • Unavailable — Compute Optimizer was unable to generate a recommendation for the function. This could be because the function has not accumulated sufficient metric data, or the function does not qualify for a recommendation. This finding classification can include the InsufficientData and Inconclusive finding reason codes.

    Functions with a finding of unavailable are not returned unless you specify the filter parameter with a value of Unavailable in your GetLambdaFunctionRecommendations request.

lambdaFunctionRecommendation_findingReasonCodes :: Lens' LambdaFunctionRecommendation (Maybe [LambdaFunctionRecommendationFindingReasonCode]) Source #

The reason for the finding classification of the function.

Functions that have a finding classification of Optimized don't have a finding reason code.

Finding reason codes for functions include:

  • MemoryOverprovisioned — The function is over-provisioned when its memory configuration can be sized down while still meeting the performance requirements of your workload. An over-provisioned function might lead to unnecessary infrastructure cost. This finding reason code is part of the NotOptimized finding classification.
  • MemoryUnderprovisioned — The function is under-provisioned when its memory configuration doesn't meet the performance requirements of the workload. An under-provisioned function might lead to poor application performance. This finding reason code is part of the NotOptimized finding classification.
  • InsufficientData — The function does not have sufficient metric data for Compute Optimizer to generate a recommendation. For more information, see the Supported resources and requirements in the Compute Optimizer User Guide. This finding reason code is part of the Unavailable finding classification.
  • Inconclusive — The function does not qualify for a recommendation because Compute Optimizer cannot generate a recommendation with a high degree of confidence. This finding reason code is part of the Unavailable finding classification.

lambdaFunctionRecommendation_functionArn :: Lens' LambdaFunctionRecommendation (Maybe Text) Source #

The Amazon Resource Name (ARN) of the current function.

lambdaFunctionRecommendation_lastRefreshTimestamp :: Lens' LambdaFunctionRecommendation (Maybe UTCTime) Source #

The timestamp of when the function recommendation was last generated.

lambdaFunctionRecommendation_lookbackPeriodInDays :: Lens' LambdaFunctionRecommendation (Maybe Double) Source #

The number of days for which utilization metrics were analyzed for the function.

lambdaFunctionRecommendation_memorySizeRecommendationOptions :: Lens' LambdaFunctionRecommendation (Maybe [LambdaFunctionMemoryRecommendationOption]) Source #

An array of objects that describe the memory configuration recommendation options for the function.

lambdaFunctionRecommendation_numberOfInvocations :: Lens' LambdaFunctionRecommendation (Maybe Integer) Source #

The number of times your function code was applied during the look-back period.

lambdaFunctionRecommendation_utilizationMetrics :: Lens' LambdaFunctionRecommendation (Maybe [LambdaFunctionUtilizationMetric]) Source #

An array of objects that describe the utilization metrics of the function.

LambdaFunctionRecommendationFilter

data LambdaFunctionRecommendationFilter Source #

Describes a filter that returns a more specific list of Lambda function recommendations. Use this filter with the GetLambdaFunctionRecommendations action.

You can use EBSFilter with the GetEBSVolumeRecommendations action, JobFilter with the DescribeRecommendationExportJobs action, and Filter with the GetAutoScalingGroupRecommendations and GetEC2InstanceRecommendations actions.

See: newLambdaFunctionRecommendationFilter smart constructor.

Constructors

LambdaFunctionRecommendationFilter' 

Fields

  • name :: Maybe LambdaFunctionRecommendationFilterName

    The name of the filter.

    Specify Finding to return recommendations with a specific finding classification (for example, NotOptimized).

    Specify FindingReasonCode to return recommendations with a specific finding reason code (for example, MemoryUnderprovisioned).

  • values :: Maybe [Text]

    The value of the filter.

    The valid values for this parameter are as follows, depending on what you specify for the name parameter:

    • Specify Optimized, NotOptimized, or Unavailable if you specify the name parameter as Finding.
    • Specify MemoryOverprovisioned, MemoryUnderprovisioned, InsufficientData, or Inconclusive if you specify the name parameter as FindingReasonCode.

Instances

Instances details
ToJSON LambdaFunctionRecommendationFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilter

Generic LambdaFunctionRecommendationFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilter

Associated Types

type Rep LambdaFunctionRecommendationFilter :: Type -> Type #

Read LambdaFunctionRecommendationFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilter

Show LambdaFunctionRecommendationFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilter

NFData LambdaFunctionRecommendationFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilter

Eq LambdaFunctionRecommendationFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilter

Hashable LambdaFunctionRecommendationFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilter

type Rep LambdaFunctionRecommendationFilter Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilter

type Rep LambdaFunctionRecommendationFilter = D1 ('MetaData "LambdaFunctionRecommendationFilter" "Amazonka.ComputeOptimizer.Types.LambdaFunctionRecommendationFilter" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "LambdaFunctionRecommendationFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaFunctionRecommendationFilterName)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newLambdaFunctionRecommendationFilter :: LambdaFunctionRecommendationFilter Source #

Create a value of LambdaFunctionRecommendationFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:LambdaFunctionRecommendationFilter', lambdaFunctionRecommendationFilter_name - The name of the filter.

Specify Finding to return recommendations with a specific finding classification (for example, NotOptimized).

Specify FindingReasonCode to return recommendations with a specific finding reason code (for example, MemoryUnderprovisioned).

$sel:values:LambdaFunctionRecommendationFilter', lambdaFunctionRecommendationFilter_values - The value of the filter.

The valid values for this parameter are as follows, depending on what you specify for the name parameter:

  • Specify Optimized, NotOptimized, or Unavailable if you specify the name parameter as Finding.
  • Specify MemoryOverprovisioned, MemoryUnderprovisioned, InsufficientData, or Inconclusive if you specify the name parameter as FindingReasonCode.

lambdaFunctionRecommendationFilter_name :: Lens' LambdaFunctionRecommendationFilter (Maybe LambdaFunctionRecommendationFilterName) Source #

The name of the filter.

Specify Finding to return recommendations with a specific finding classification (for example, NotOptimized).

Specify FindingReasonCode to return recommendations with a specific finding reason code (for example, MemoryUnderprovisioned).

lambdaFunctionRecommendationFilter_values :: Lens' LambdaFunctionRecommendationFilter (Maybe [Text]) Source #

The value of the filter.

The valid values for this parameter are as follows, depending on what you specify for the name parameter:

  • Specify Optimized, NotOptimized, or Unavailable if you specify the name parameter as Finding.
  • Specify MemoryOverprovisioned, MemoryUnderprovisioned, InsufficientData, or Inconclusive if you specify the name parameter as FindingReasonCode.

LambdaFunctionUtilizationMetric

data LambdaFunctionUtilizationMetric Source #

Describes a utilization metric of an Lambda function.

See: newLambdaFunctionUtilizationMetric smart constructor.

Constructors

LambdaFunctionUtilizationMetric' 

Fields

  • name :: Maybe LambdaFunctionMetricName

    The name of the utilization metric.

    The following utilization metrics are available:

    • Duration - The amount of time that your function code spends processing an event.
    • Memory - The amount of memory used per invocation.
  • statistic :: Maybe LambdaFunctionMetricStatistic

    The statistic of the utilization metric.

    The Compute Optimizer API, Command Line Interface (CLI), and SDKs return utilization metrics using only the Maximum statistic, which is the highest value observed during the specified period.

    The Compute Optimizer console displays graphs for some utilization metrics using the Average statistic, which is the value of Sum / SampleCount during the specified period. For more information, see Viewing resource recommendations in the Compute Optimizer User Guide. You can also get averaged utilization metric data for your resources using Amazon CloudWatch. For more information, see the Amazon CloudWatch User Guide.

  • value :: Maybe Double

    The value of the utilization metric.

Instances

Instances details
FromJSON LambdaFunctionUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionUtilizationMetric

Generic LambdaFunctionUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionUtilizationMetric

Associated Types

type Rep LambdaFunctionUtilizationMetric :: Type -> Type #

Read LambdaFunctionUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionUtilizationMetric

Show LambdaFunctionUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionUtilizationMetric

NFData LambdaFunctionUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionUtilizationMetric

Eq LambdaFunctionUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionUtilizationMetric

Hashable LambdaFunctionUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionUtilizationMetric

type Rep LambdaFunctionUtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.LambdaFunctionUtilizationMetric

type Rep LambdaFunctionUtilizationMetric = D1 ('MetaData "LambdaFunctionUtilizationMetric" "Amazonka.ComputeOptimizer.Types.LambdaFunctionUtilizationMetric" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "LambdaFunctionUtilizationMetric'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaFunctionMetricName)) :*: (S1 ('MetaSel ('Just "statistic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaFunctionMetricStatistic)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

newLambdaFunctionUtilizationMetric :: LambdaFunctionUtilizationMetric Source #

Create a value of LambdaFunctionUtilizationMetric with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:LambdaFunctionUtilizationMetric', lambdaFunctionUtilizationMetric_name - The name of the utilization metric.

The following utilization metrics are available:

  • Duration - The amount of time that your function code spends processing an event.
  • Memory - The amount of memory used per invocation.

$sel:statistic:LambdaFunctionUtilizationMetric', lambdaFunctionUtilizationMetric_statistic - The statistic of the utilization metric.

The Compute Optimizer API, Command Line Interface (CLI), and SDKs return utilization metrics using only the Maximum statistic, which is the highest value observed during the specified period.

The Compute Optimizer console displays graphs for some utilization metrics using the Average statistic, which is the value of Sum / SampleCount during the specified period. For more information, see Viewing resource recommendations in the Compute Optimizer User Guide. You can also get averaged utilization metric data for your resources using Amazon CloudWatch. For more information, see the Amazon CloudWatch User Guide.

$sel:value:LambdaFunctionUtilizationMetric', lambdaFunctionUtilizationMetric_value - The value of the utilization metric.

lambdaFunctionUtilizationMetric_name :: Lens' LambdaFunctionUtilizationMetric (Maybe LambdaFunctionMetricName) Source #

The name of the utilization metric.

The following utilization metrics are available:

  • Duration - The amount of time that your function code spends processing an event.
  • Memory - The amount of memory used per invocation.

lambdaFunctionUtilizationMetric_statistic :: Lens' LambdaFunctionUtilizationMetric (Maybe LambdaFunctionMetricStatistic) Source #

The statistic of the utilization metric.

The Compute Optimizer API, Command Line Interface (CLI), and SDKs return utilization metrics using only the Maximum statistic, which is the highest value observed during the specified period.

The Compute Optimizer console displays graphs for some utilization metrics using the Average statistic, which is the value of Sum / SampleCount during the specified period. For more information, see Viewing resource recommendations in the Compute Optimizer User Guide. You can also get averaged utilization metric data for your resources using Amazon CloudWatch. For more information, see the Amazon CloudWatch User Guide.

MemorySizeConfiguration

data MemorySizeConfiguration Source #

The memory size configurations of a container.

See: newMemorySizeConfiguration smart constructor.

Constructors

MemorySizeConfiguration' 

Fields

Instances

Instances details
FromJSON MemorySizeConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MemorySizeConfiguration

Generic MemorySizeConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MemorySizeConfiguration

Associated Types

type Rep MemorySizeConfiguration :: Type -> Type #

Read MemorySizeConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MemorySizeConfiguration

Show MemorySizeConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MemorySizeConfiguration

NFData MemorySizeConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MemorySizeConfiguration

Methods

rnf :: MemorySizeConfiguration -> () #

Eq MemorySizeConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MemorySizeConfiguration

Hashable MemorySizeConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MemorySizeConfiguration

type Rep MemorySizeConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.MemorySizeConfiguration

type Rep MemorySizeConfiguration = D1 ('MetaData "MemorySizeConfiguration" "Amazonka.ComputeOptimizer.Types.MemorySizeConfiguration" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "MemorySizeConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "memory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "memoryReservation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newMemorySizeConfiguration :: MemorySizeConfiguration Source #

Create a value of MemorySizeConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:memory:MemorySizeConfiguration', memorySizeConfiguration_memory - The amount of memory in the container.

$sel:memoryReservation:MemorySizeConfiguration', memorySizeConfiguration_memoryReservation - The limit of memory reserve for the container.

memorySizeConfiguration_memory :: Lens' MemorySizeConfiguration (Maybe Int) Source #

The amount of memory in the container.

memorySizeConfiguration_memoryReservation :: Lens' MemorySizeConfiguration (Maybe Int) Source #

The limit of memory reserve for the container.

ProjectedMetric

data ProjectedMetric Source #

Describes a projected utilization metric of a recommendation option, such as an Amazon EC2 instance. This represents the projected utilization of a recommendation option had you used that resource during the analyzed period.

Compare the utilization metric data of your resource against its projected utilization metric data to determine the performance difference between your current resource and the recommended option.

The Cpu and Memory metrics are the only projected utilization metrics returned when you run the GetEC2RecommendationProjectedMetrics action. Additionally, the Memory metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling Memory Utilization with the CloudWatch Agent.

See: newProjectedMetric smart constructor.

Constructors

ProjectedMetric' 

Fields

  • name :: Maybe MetricName

    The name of the projected utilization metric.

    The following projected utilization metrics are returned:

    • Cpu - The projected percentage of allocated EC2 compute units that would be in use on the recommendation option had you used that resource during the analyzed period. This metric identifies the processing power required to run an application on the recommendation option.

      Depending on the instance type, tools in your operating system can show a lower percentage than CloudWatch when the instance is not allocated a full processor core.

      Units: Percent

    • Memory - The percentage of memory that would be in use on the recommendation option had you used that resource during the analyzed period. This metric identifies the amount of memory required to run an application on the recommendation option.

      Units: Percent

      The Memory metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling Memory Utilization with the CloudWatch Agent.

  • timestamps :: Maybe [POSIX]

    The timestamps of the projected utilization metric.

  • values :: Maybe [Double]

    The values of the projected utilization metrics.

Instances

Instances details
FromJSON ProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ProjectedMetric

Generic ProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ProjectedMetric

Associated Types

type Rep ProjectedMetric :: Type -> Type #

Read ProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ProjectedMetric

Show ProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ProjectedMetric

NFData ProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ProjectedMetric

Methods

rnf :: ProjectedMetric -> () #

Eq ProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ProjectedMetric

Hashable ProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ProjectedMetric

type Rep ProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ProjectedMetric

type Rep ProjectedMetric = D1 ('MetaData "ProjectedMetric" "Amazonka.ComputeOptimizer.Types.ProjectedMetric" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "ProjectedMetric'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetricName)) :*: (S1 ('MetaSel ('Just "timestamps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [POSIX])) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Double])))))

newProjectedMetric :: ProjectedMetric Source #

Create a value of ProjectedMetric with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:ProjectedMetric', projectedMetric_name - The name of the projected utilization metric.

The following projected utilization metrics are returned:

  • Cpu - The projected percentage of allocated EC2 compute units that would be in use on the recommendation option had you used that resource during the analyzed period. This metric identifies the processing power required to run an application on the recommendation option.

    Depending on the instance type, tools in your operating system can show a lower percentage than CloudWatch when the instance is not allocated a full processor core.

    Units: Percent

  • Memory - The percentage of memory that would be in use on the recommendation option had you used that resource during the analyzed period. This metric identifies the amount of memory required to run an application on the recommendation option.

    Units: Percent

    The Memory metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling Memory Utilization with the CloudWatch Agent.

$sel:timestamps:ProjectedMetric', projectedMetric_timestamps - The timestamps of the projected utilization metric.

$sel:values:ProjectedMetric', projectedMetric_values - The values of the projected utilization metrics.

projectedMetric_name :: Lens' ProjectedMetric (Maybe MetricName) Source #

The name of the projected utilization metric.

The following projected utilization metrics are returned:

  • Cpu - The projected percentage of allocated EC2 compute units that would be in use on the recommendation option had you used that resource during the analyzed period. This metric identifies the processing power required to run an application on the recommendation option.

    Depending on the instance type, tools in your operating system can show a lower percentage than CloudWatch when the instance is not allocated a full processor core.

    Units: Percent

  • Memory - The percentage of memory that would be in use on the recommendation option had you used that resource during the analyzed period. This metric identifies the amount of memory required to run an application on the recommendation option.

    Units: Percent

    The Memory metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling Memory Utilization with the CloudWatch Agent.

projectedMetric_timestamps :: Lens' ProjectedMetric (Maybe [UTCTime]) Source #

The timestamps of the projected utilization metric.

projectedMetric_values :: Lens' ProjectedMetric (Maybe [Double]) Source #

The values of the projected utilization metrics.

ReasonCodeSummary

data ReasonCodeSummary Source #

A summary of a finding reason code.

See: newReasonCodeSummary smart constructor.

Constructors

ReasonCodeSummary' 

Fields

Instances

Instances details
FromJSON ReasonCodeSummary Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ReasonCodeSummary

Generic ReasonCodeSummary Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ReasonCodeSummary

Associated Types

type Rep ReasonCodeSummary :: Type -> Type #

Read ReasonCodeSummary Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ReasonCodeSummary

Show ReasonCodeSummary Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ReasonCodeSummary

NFData ReasonCodeSummary Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ReasonCodeSummary

Methods

rnf :: ReasonCodeSummary -> () #

Eq ReasonCodeSummary Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ReasonCodeSummary

Hashable ReasonCodeSummary Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ReasonCodeSummary

type Rep ReasonCodeSummary Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ReasonCodeSummary

type Rep ReasonCodeSummary = D1 ('MetaData "ReasonCodeSummary" "Amazonka.ComputeOptimizer.Types.ReasonCodeSummary" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "ReasonCodeSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FindingReasonCode)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newReasonCodeSummary :: ReasonCodeSummary Source #

Create a value of ReasonCodeSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:ReasonCodeSummary', reasonCodeSummary_name - The name of the finding reason code.

$sel:value:ReasonCodeSummary', reasonCodeSummary_value - The value of the finding reason code summary.

reasonCodeSummary_value :: Lens' ReasonCodeSummary (Maybe Double) Source #

The value of the finding reason code summary.

RecommendationExportJob

data RecommendationExportJob Source #

Describes a recommendation export job.

Use the DescribeRecommendationExportJobs action to view your recommendation export jobs.

Use the ExportAutoScalingGroupRecommendations or ExportEC2InstanceRecommendations actions to request an export of your recommendations.

See: newRecommendationExportJob smart constructor.

Constructors

RecommendationExportJob' 

Fields

Instances

Instances details
FromJSON RecommendationExportJob Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationExportJob

Generic RecommendationExportJob Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationExportJob

Associated Types

type Rep RecommendationExportJob :: Type -> Type #

Read RecommendationExportJob Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationExportJob

Show RecommendationExportJob Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationExportJob

NFData RecommendationExportJob Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationExportJob

Methods

rnf :: RecommendationExportJob -> () #

Eq RecommendationExportJob Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationExportJob

Hashable RecommendationExportJob Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationExportJob

type Rep RecommendationExportJob Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationExportJob

type Rep RecommendationExportJob = D1 ('MetaData "RecommendationExportJob" "Amazonka.ComputeOptimizer.Types.RecommendationExportJob" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "RecommendationExportJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExportDestination)) :*: S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobStatus))))))

newRecommendationExportJob :: RecommendationExportJob Source #

Create a value of RecommendationExportJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTimestamp:RecommendationExportJob', recommendationExportJob_creationTimestamp - The timestamp of when the export job was created.

$sel:destination:RecommendationExportJob', recommendationExportJob_destination - An object that describes the destination of the export file.

$sel:failureReason:RecommendationExportJob', recommendationExportJob_failureReason - The reason for an export job failure.

$sel:jobId:RecommendationExportJob', recommendationExportJob_jobId - The identification number of the export job.

$sel:lastUpdatedTimestamp:RecommendationExportJob', recommendationExportJob_lastUpdatedTimestamp - The timestamp of when the export job was last updated.

$sel:resourceType:RecommendationExportJob', recommendationExportJob_resourceType - The resource type of the exported recommendations.

$sel:status:RecommendationExportJob', recommendationExportJob_status - The status of the export job.

recommendationExportJob_creationTimestamp :: Lens' RecommendationExportJob (Maybe UTCTime) Source #

The timestamp of when the export job was created.

recommendationExportJob_destination :: Lens' RecommendationExportJob (Maybe ExportDestination) Source #

An object that describes the destination of the export file.

recommendationExportJob_jobId :: Lens' RecommendationExportJob (Maybe Text) Source #

The identification number of the export job.

recommendationExportJob_lastUpdatedTimestamp :: Lens' RecommendationExportJob (Maybe UTCTime) Source #

The timestamp of when the export job was last updated.

recommendationExportJob_resourceType :: Lens' RecommendationExportJob (Maybe ResourceType) Source #

The resource type of the exported recommendations.

RecommendationPreferences

data RecommendationPreferences Source #

Describes the recommendation preferences to return in the response of a GetAutoScalingGroupRecommendations, GetEC2InstanceRecommendations, and GetEC2RecommendationProjectedMetrics request.

See: newRecommendationPreferences smart constructor.

Constructors

RecommendationPreferences' 

Fields

  • cpuVendorArchitectures :: Maybe [CpuVendorArchitecture]

    Specifies the CPU vendor and architecture for Amazon EC2 instance and Auto Scaling group recommendations.

    For example, when you specify AWS_ARM64 with:

    • A GetEC2InstanceRecommendations or GetAutoScalingGroupRecommendations request, Compute Optimizer returns recommendations that consist of Graviton2 instance types only.
    • A GetEC2RecommendationProjectedMetrics request, Compute Optimizer returns projected utilization metrics for Graviton2 instance type recommendations only.
    • A ExportEC2InstanceRecommendations or ExportAutoScalingGroupRecommendations request, Compute Optimizer exports recommendations that consist of Graviton2 instance types only.

Instances

Instances details
ToJSON RecommendationPreferences Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferences

Generic RecommendationPreferences Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferences

Associated Types

type Rep RecommendationPreferences :: Type -> Type #

Read RecommendationPreferences Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferences

Show RecommendationPreferences Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferences

NFData RecommendationPreferences Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferences

Eq RecommendationPreferences Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferences

Hashable RecommendationPreferences Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferences

type Rep RecommendationPreferences Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferences

type Rep RecommendationPreferences = D1 ('MetaData "RecommendationPreferences" "Amazonka.ComputeOptimizer.Types.RecommendationPreferences" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "RecommendationPreferences'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cpuVendorArchitectures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CpuVendorArchitecture]))))

newRecommendationPreferences :: RecommendationPreferences Source #

Create a value of RecommendationPreferences with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cpuVendorArchitectures:RecommendationPreferences', recommendationPreferences_cpuVendorArchitectures - Specifies the CPU vendor and architecture for Amazon EC2 instance and Auto Scaling group recommendations.

For example, when you specify AWS_ARM64 with:

  • A GetEC2InstanceRecommendations or GetAutoScalingGroupRecommendations request, Compute Optimizer returns recommendations that consist of Graviton2 instance types only.
  • A GetEC2RecommendationProjectedMetrics request, Compute Optimizer returns projected utilization metrics for Graviton2 instance type recommendations only.
  • A ExportEC2InstanceRecommendations or ExportAutoScalingGroupRecommendations request, Compute Optimizer exports recommendations that consist of Graviton2 instance types only.

recommendationPreferences_cpuVendorArchitectures :: Lens' RecommendationPreferences (Maybe [CpuVendorArchitecture]) Source #

Specifies the CPU vendor and architecture for Amazon EC2 instance and Auto Scaling group recommendations.

For example, when you specify AWS_ARM64 with:

  • A GetEC2InstanceRecommendations or GetAutoScalingGroupRecommendations request, Compute Optimizer returns recommendations that consist of Graviton2 instance types only.
  • A GetEC2RecommendationProjectedMetrics request, Compute Optimizer returns projected utilization metrics for Graviton2 instance type recommendations only.
  • A ExportEC2InstanceRecommendations or ExportAutoScalingGroupRecommendations request, Compute Optimizer exports recommendations that consist of Graviton2 instance types only.

RecommendationPreferencesDetail

data RecommendationPreferencesDetail Source #

Describes a recommendation preference.

See: newRecommendationPreferencesDetail smart constructor.

Constructors

RecommendationPreferencesDetail' 

Fields

  • enhancedInfrastructureMetrics :: Maybe EnhancedInfrastructureMetrics

    The status of the enhanced infrastructure metrics recommendation preference.

    When the recommendations page is refreshed, a status of Active confirms that the preference is applied to the recommendations, and a status of Inactive confirms that the preference isn't yet applied to recommendations.

    For more information, see Enhanced infrastructure metrics in the Compute Optimizer User Guide.

  • externalMetricsPreference :: Maybe ExternalMetricsPreference

    An object that describes the external metrics recommendation preference.

    If the preference is applied in the latest recommendation refresh, an object with a valid source value appears in the response. If the preference isn't applied to the recommendations already, then this object doesn't appear in the response.

  • inferredWorkloadTypes :: Maybe InferredWorkloadTypesPreference

    The status of the inferred workload types recommendation preference.

    When the recommendations page is refreshed, a status of Active confirms that the preference is applied to the recommendations, and a status of Inactive confirms that the preference isn't yet applied to recommendations.

  • resourceType :: Maybe ResourceType

    The target resource type of the recommendation preference to create.

    The Ec2Instance option encompasses standalone instances and instances that are part of Auto Scaling groups. The AutoScalingGroup option encompasses only instances that are part of an Auto Scaling group.

  • scope :: Maybe Scope

    An object that describes the scope of the recommendation preference.

    Recommendation preferences can be created at the organization level (for management accounts of an organization only), account level, and resource level. For more information, see Activating enhanced infrastructure metrics in the Compute Optimizer User Guide.

Instances

Instances details
FromJSON RecommendationPreferencesDetail Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferencesDetail

Generic RecommendationPreferencesDetail Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferencesDetail

Associated Types

type Rep RecommendationPreferencesDetail :: Type -> Type #

Read RecommendationPreferencesDetail Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferencesDetail

Show RecommendationPreferencesDetail Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferencesDetail

NFData RecommendationPreferencesDetail Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferencesDetail

Eq RecommendationPreferencesDetail Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferencesDetail

Hashable RecommendationPreferencesDetail Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferencesDetail

type Rep RecommendationPreferencesDetail Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationPreferencesDetail

type Rep RecommendationPreferencesDetail = D1 ('MetaData "RecommendationPreferencesDetail" "Amazonka.ComputeOptimizer.Types.RecommendationPreferencesDetail" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "RecommendationPreferencesDetail'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "enhancedInfrastructureMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnhancedInfrastructureMetrics)) :*: S1 ('MetaSel ('Just "externalMetricsPreference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExternalMetricsPreference))) :*: (S1 ('MetaSel ('Just "inferredWorkloadTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferredWorkloadTypesPreference)) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType)) :*: S1 ('MetaSel ('Just "scope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Scope))))))

newRecommendationPreferencesDetail :: RecommendationPreferencesDetail Source #

Create a value of RecommendationPreferencesDetail with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:enhancedInfrastructureMetrics:RecommendationPreferencesDetail', recommendationPreferencesDetail_enhancedInfrastructureMetrics - The status of the enhanced infrastructure metrics recommendation preference.

When the recommendations page is refreshed, a status of Active confirms that the preference is applied to the recommendations, and a status of Inactive confirms that the preference isn't yet applied to recommendations.

For more information, see Enhanced infrastructure metrics in the Compute Optimizer User Guide.

$sel:externalMetricsPreference:RecommendationPreferencesDetail', recommendationPreferencesDetail_externalMetricsPreference - An object that describes the external metrics recommendation preference.

If the preference is applied in the latest recommendation refresh, an object with a valid source value appears in the response. If the preference isn't applied to the recommendations already, then this object doesn't appear in the response.

$sel:inferredWorkloadTypes:RecommendationPreferencesDetail', recommendationPreferencesDetail_inferredWorkloadTypes - The status of the inferred workload types recommendation preference.

When the recommendations page is refreshed, a status of Active confirms that the preference is applied to the recommendations, and a status of Inactive confirms that the preference isn't yet applied to recommendations.

$sel:resourceType:RecommendationPreferencesDetail', recommendationPreferencesDetail_resourceType - The target resource type of the recommendation preference to create.

The Ec2Instance option encompasses standalone instances and instances that are part of Auto Scaling groups. The AutoScalingGroup option encompasses only instances that are part of an Auto Scaling group.

$sel:scope:RecommendationPreferencesDetail', recommendationPreferencesDetail_scope - An object that describes the scope of the recommendation preference.

Recommendation preferences can be created at the organization level (for management accounts of an organization only), account level, and resource level. For more information, see Activating enhanced infrastructure metrics in the Compute Optimizer User Guide.

recommendationPreferencesDetail_enhancedInfrastructureMetrics :: Lens' RecommendationPreferencesDetail (Maybe EnhancedInfrastructureMetrics) Source #

The status of the enhanced infrastructure metrics recommendation preference.

When the recommendations page is refreshed, a status of Active confirms that the preference is applied to the recommendations, and a status of Inactive confirms that the preference isn't yet applied to recommendations.

For more information, see Enhanced infrastructure metrics in the Compute Optimizer User Guide.

recommendationPreferencesDetail_externalMetricsPreference :: Lens' RecommendationPreferencesDetail (Maybe ExternalMetricsPreference) Source #

An object that describes the external metrics recommendation preference.

If the preference is applied in the latest recommendation refresh, an object with a valid source value appears in the response. If the preference isn't applied to the recommendations already, then this object doesn't appear in the response.

recommendationPreferencesDetail_inferredWorkloadTypes :: Lens' RecommendationPreferencesDetail (Maybe InferredWorkloadTypesPreference) Source #

The status of the inferred workload types recommendation preference.

When the recommendations page is refreshed, a status of Active confirms that the preference is applied to the recommendations, and a status of Inactive confirms that the preference isn't yet applied to recommendations.

recommendationPreferencesDetail_resourceType :: Lens' RecommendationPreferencesDetail (Maybe ResourceType) Source #

The target resource type of the recommendation preference to create.

The Ec2Instance option encompasses standalone instances and instances that are part of Auto Scaling groups. The AutoScalingGroup option encompasses only instances that are part of an Auto Scaling group.

recommendationPreferencesDetail_scope :: Lens' RecommendationPreferencesDetail (Maybe Scope) Source #

An object that describes the scope of the recommendation preference.

Recommendation preferences can be created at the organization level (for management accounts of an organization only), account level, and resource level. For more information, see Activating enhanced infrastructure metrics in the Compute Optimizer User Guide.

RecommendationSource

data RecommendationSource Source #

Describes the source of a recommendation, such as an Amazon EC2 instance or Auto Scaling group.

See: newRecommendationSource smart constructor.

Constructors

RecommendationSource' 

Fields

Instances

Instances details
FromJSON RecommendationSource Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSource

Generic RecommendationSource Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSource

Associated Types

type Rep RecommendationSource :: Type -> Type #

Read RecommendationSource Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSource

Show RecommendationSource Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSource

NFData RecommendationSource Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSource

Methods

rnf :: RecommendationSource -> () #

Eq RecommendationSource Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSource

Hashable RecommendationSource Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSource

type Rep RecommendationSource Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSource

type Rep RecommendationSource = D1 ('MetaData "RecommendationSource" "Amazonka.ComputeOptimizer.Types.RecommendationSource" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "RecommendationSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recommendationSourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "recommendationSourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecommendationSourceType))))

newRecommendationSource :: RecommendationSource Source #

Create a value of RecommendationSource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:recommendationSourceArn:RecommendationSource', recommendationSource_recommendationSourceArn - The Amazon Resource Name (ARN) of the recommendation source.

$sel:recommendationSourceType:RecommendationSource', recommendationSource_recommendationSourceType - The resource type of the recommendation source.

recommendationSource_recommendationSourceArn :: Lens' RecommendationSource (Maybe Text) Source #

The Amazon Resource Name (ARN) of the recommendation source.

RecommendationSummary

data RecommendationSummary Source #

A summary of a recommendation.

See: newRecommendationSummary smart constructor.

Constructors

RecommendationSummary' 

Fields

Instances

Instances details
FromJSON RecommendationSummary Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSummary

Generic RecommendationSummary Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSummary

Associated Types

type Rep RecommendationSummary :: Type -> Type #

Read RecommendationSummary Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSummary

Show RecommendationSummary Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSummary

NFData RecommendationSummary Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSummary

Methods

rnf :: RecommendationSummary -> () #

Eq RecommendationSummary Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSummary

Hashable RecommendationSummary Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSummary

type Rep RecommendationSummary Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendationSummary

type Rep RecommendationSummary = D1 ('MetaData "RecommendationSummary" "Amazonka.ComputeOptimizer.Types.RecommendationSummary" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "RecommendationSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "currentPerformanceRiskRatings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CurrentPerformanceRiskRatings))) :*: (S1 ('MetaSel ('Just "recommendationResourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecommendationSourceType)) :*: (S1 ('MetaSel ('Just "savingsOpportunity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SavingsOpportunity)) :*: S1 ('MetaSel ('Just "summaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Summary]))))))

newRecommendationSummary :: RecommendationSummary Source #

Create a value of RecommendationSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accountId:RecommendationSummary', recommendationSummary_accountId - The Amazon Web Services account ID of the recommendation summary.

$sel:currentPerformanceRiskRatings:RecommendationSummary', recommendationSummary_currentPerformanceRiskRatings - An object that describes the performance risk ratings for a given resource type.

$sel:recommendationResourceType:RecommendationSummary', recommendationSummary_recommendationResourceType - The resource type that the recommendation summary applies to.

$sel:savingsOpportunity:RecommendationSummary', recommendationSummary_savingsOpportunity - An object that describes the savings opportunity for a given resource type. Savings opportunity includes the estimated monthly savings amount and percentage.

$sel:summaries:RecommendationSummary', recommendationSummary_summaries - An array of objects that describe a recommendation summary.

recommendationSummary_accountId :: Lens' RecommendationSummary (Maybe Text) Source #

The Amazon Web Services account ID of the recommendation summary.

recommendationSummary_currentPerformanceRiskRatings :: Lens' RecommendationSummary (Maybe CurrentPerformanceRiskRatings) Source #

An object that describes the performance risk ratings for a given resource type.

recommendationSummary_savingsOpportunity :: Lens' RecommendationSummary (Maybe SavingsOpportunity) Source #

An object that describes the savings opportunity for a given resource type. Savings opportunity includes the estimated monthly savings amount and percentage.

recommendationSummary_summaries :: Lens' RecommendationSummary (Maybe [Summary]) Source #

An array of objects that describe a recommendation summary.

RecommendedOptionProjectedMetric

data RecommendedOptionProjectedMetric Source #

Describes a projected utilization metric of a recommendation option.

The Cpu and Memory metrics are the only projected utilization metrics returned when you run the GetEC2RecommendationProjectedMetrics action. Additionally, the Memory metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling Memory Utilization with the CloudWatch Agent.

See: newRecommendedOptionProjectedMetric smart constructor.

Constructors

RecommendedOptionProjectedMetric' 

Fields

  • projectedMetrics :: Maybe [ProjectedMetric]

    An array of objects that describe a projected utilization metric.

  • rank :: Maybe Int

    The rank of the recommendation option projected metric.

    The top recommendation option is ranked as 1.

    The projected metric rank correlates to the recommendation option rank. For example, the projected metric ranked as 1 is related to the recommendation option that is also ranked as 1 in the same response.

  • recommendedInstanceType :: Maybe Text

    The recommended instance type.

Instances

Instances details
FromJSON RecommendedOptionProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendedOptionProjectedMetric

Generic RecommendedOptionProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendedOptionProjectedMetric

Associated Types

type Rep RecommendedOptionProjectedMetric :: Type -> Type #

Read RecommendedOptionProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendedOptionProjectedMetric

Show RecommendedOptionProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendedOptionProjectedMetric

NFData RecommendedOptionProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendedOptionProjectedMetric

Eq RecommendedOptionProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendedOptionProjectedMetric

Hashable RecommendedOptionProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendedOptionProjectedMetric

type Rep RecommendedOptionProjectedMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.RecommendedOptionProjectedMetric

type Rep RecommendedOptionProjectedMetric = D1 ('MetaData "RecommendedOptionProjectedMetric" "Amazonka.ComputeOptimizer.Types.RecommendedOptionProjectedMetric" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "RecommendedOptionProjectedMetric'" 'PrefixI 'True) (S1 ('MetaSel ('Just "projectedMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProjectedMetric])) :*: (S1 ('MetaSel ('Just "rank") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "recommendedInstanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newRecommendedOptionProjectedMetric :: RecommendedOptionProjectedMetric Source #

Create a value of RecommendedOptionProjectedMetric with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:projectedMetrics:RecommendedOptionProjectedMetric', recommendedOptionProjectedMetric_projectedMetrics - An array of objects that describe a projected utilization metric.

$sel:rank:RecommendedOptionProjectedMetric', recommendedOptionProjectedMetric_rank - The rank of the recommendation option projected metric.

The top recommendation option is ranked as 1.

The projected metric rank correlates to the recommendation option rank. For example, the projected metric ranked as 1 is related to the recommendation option that is also ranked as 1 in the same response.

$sel:recommendedInstanceType:RecommendedOptionProjectedMetric', recommendedOptionProjectedMetric_recommendedInstanceType - The recommended instance type.

recommendedOptionProjectedMetric_projectedMetrics :: Lens' RecommendedOptionProjectedMetric (Maybe [ProjectedMetric]) Source #

An array of objects that describe a projected utilization metric.

recommendedOptionProjectedMetric_rank :: Lens' RecommendedOptionProjectedMetric (Maybe Int) Source #

The rank of the recommendation option projected metric.

The top recommendation option is ranked as 1.

The projected metric rank correlates to the recommendation option rank. For example, the projected metric ranked as 1 is related to the recommendation option that is also ranked as 1 in the same response.

S3Destination

data S3Destination Source #

Describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.

See: newS3Destination smart constructor.

Constructors

S3Destination' 

Fields

  • bucket :: Maybe Text

    The name of the Amazon S3 bucket used as the destination of an export file.

  • key :: Maybe Text

    The Amazon S3 bucket key of an export file.

    The key uniquely identifies the object, or export file, in the S3 bucket.

  • metadataKey :: Maybe Text

    The Amazon S3 bucket key of a metadata file.

    The key uniquely identifies the object, or metadata file, in the S3 bucket.

Instances

Instances details
FromJSON S3Destination Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.S3Destination

Generic S3Destination Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.S3Destination

Associated Types

type Rep S3Destination :: Type -> Type #

Read S3Destination Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.S3Destination

Show S3Destination Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.S3Destination

NFData S3Destination Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.S3Destination

Methods

rnf :: S3Destination -> () #

Eq S3Destination Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.S3Destination

Hashable S3Destination Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.S3Destination

type Rep S3Destination Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.S3Destination

type Rep S3Destination = D1 ('MetaData "S3Destination" "Amazonka.ComputeOptimizer.Types.S3Destination" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "S3Destination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "metadataKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newS3Destination :: S3Destination Source #

Create a value of S3Destination with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:bucket:S3Destination', s3Destination_bucket - The name of the Amazon S3 bucket used as the destination of an export file.

$sel:key:S3Destination', s3Destination_key - The Amazon S3 bucket key of an export file.

The key uniquely identifies the object, or export file, in the S3 bucket.

$sel:metadataKey:S3Destination', s3Destination_metadataKey - The Amazon S3 bucket key of a metadata file.

The key uniquely identifies the object, or metadata file, in the S3 bucket.

s3Destination_bucket :: Lens' S3Destination (Maybe Text) Source #

The name of the Amazon S3 bucket used as the destination of an export file.

s3Destination_key :: Lens' S3Destination (Maybe Text) Source #

The Amazon S3 bucket key of an export file.

The key uniquely identifies the object, or export file, in the S3 bucket.

s3Destination_metadataKey :: Lens' S3Destination (Maybe Text) Source #

The Amazon S3 bucket key of a metadata file.

The key uniquely identifies the object, or metadata file, in the S3 bucket.

S3DestinationConfig

data S3DestinationConfig Source #

Describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and key prefix for a recommendations export job.

You must create the destination Amazon S3 bucket for your recommendations export before you create the export job. Compute Optimizer does not create the S3 bucket for you. After you create the S3 bucket, ensure that it has the required permission policy to allow Compute Optimizer to write the export file to it. If you plan to specify an object prefix when you create the export job, you must include the object prefix in the policy that you add to the S3 bucket. For more information, see Amazon S3 Bucket Policy for Compute Optimizer in the Compute Optimizer User Guide.

See: newS3DestinationConfig smart constructor.

Constructors

S3DestinationConfig' 

Fields

  • bucket :: Maybe Text

    The name of the Amazon S3 bucket to use as the destination for an export job.

  • keyPrefix :: Maybe Text

    The Amazon S3 bucket prefix for an export job.

Instances

Instances details
ToJSON S3DestinationConfig Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.S3DestinationConfig

Generic S3DestinationConfig Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.S3DestinationConfig

Associated Types

type Rep S3DestinationConfig :: Type -> Type #

Read S3DestinationConfig Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.S3DestinationConfig

Show S3DestinationConfig Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.S3DestinationConfig

NFData S3DestinationConfig Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.S3DestinationConfig

Methods

rnf :: S3DestinationConfig -> () #

Eq S3DestinationConfig Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.S3DestinationConfig

Hashable S3DestinationConfig Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.S3DestinationConfig

type Rep S3DestinationConfig Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.S3DestinationConfig

type Rep S3DestinationConfig = D1 ('MetaData "S3DestinationConfig" "Amazonka.ComputeOptimizer.Types.S3DestinationConfig" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "S3DestinationConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "keyPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newS3DestinationConfig :: S3DestinationConfig Source #

Create a value of S3DestinationConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:bucket:S3DestinationConfig', s3DestinationConfig_bucket - The name of the Amazon S3 bucket to use as the destination for an export job.

$sel:keyPrefix:S3DestinationConfig', s3DestinationConfig_keyPrefix - The Amazon S3 bucket prefix for an export job.

s3DestinationConfig_bucket :: Lens' S3DestinationConfig (Maybe Text) Source #

The name of the Amazon S3 bucket to use as the destination for an export job.

s3DestinationConfig_keyPrefix :: Lens' S3DestinationConfig (Maybe Text) Source #

The Amazon S3 bucket prefix for an export job.

SavingsOpportunity

data SavingsOpportunity Source #

Describes the savings opportunity for recommendations of a given resource type or for the recommendation option of an individual resource.

Savings opportunity represents the estimated monthly savings you can achieve by implementing a given Compute Optimizer recommendation.

Savings opportunity data requires that you opt in to Cost Explorer, as well as activate Receive Amazon EC2 resource recommendations in the Cost Explorer preferences page. That creates a connection between Cost Explorer and Compute Optimizer. With this connection, Cost Explorer generates savings estimates considering the price of existing resources, the price of recommended resources, and historical usage data. Estimated monthly savings reflects the projected dollar savings associated with each of the recommendations generated. For more information, see Enabling Cost Explorer and Optimizing your cost with Rightsizing Recommendations in the Cost Management User Guide.

See: newSavingsOpportunity smart constructor.

Constructors

SavingsOpportunity' 

Fields

Instances

Instances details
FromJSON SavingsOpportunity Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.SavingsOpportunity

Generic SavingsOpportunity Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.SavingsOpportunity

Associated Types

type Rep SavingsOpportunity :: Type -> Type #

Read SavingsOpportunity Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.SavingsOpportunity

Show SavingsOpportunity Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.SavingsOpportunity

NFData SavingsOpportunity Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.SavingsOpportunity

Methods

rnf :: SavingsOpportunity -> () #

Eq SavingsOpportunity Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.SavingsOpportunity

Hashable SavingsOpportunity Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.SavingsOpportunity

type Rep SavingsOpportunity Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.SavingsOpportunity

type Rep SavingsOpportunity = D1 ('MetaData "SavingsOpportunity" "Amazonka.ComputeOptimizer.Types.SavingsOpportunity" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "SavingsOpportunity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "estimatedMonthlySavings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EstimatedMonthlySavings)) :*: S1 ('MetaSel ('Just "savingsOpportunityPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newSavingsOpportunity :: SavingsOpportunity Source #

Create a value of SavingsOpportunity with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:estimatedMonthlySavings:SavingsOpportunity', savingsOpportunity_estimatedMonthlySavings - An object that describes the estimated monthly savings amount possible, based on On-Demand instance pricing, by adopting Compute Optimizer recommendations for a given resource.

$sel:savingsOpportunityPercentage:SavingsOpportunity', savingsOpportunity_savingsOpportunityPercentage - The estimated monthly savings possible as a percentage of monthly cost by adopting Compute Optimizer recommendations for a given resource.

savingsOpportunity_estimatedMonthlySavings :: Lens' SavingsOpportunity (Maybe EstimatedMonthlySavings) Source #

An object that describes the estimated monthly savings amount possible, based on On-Demand instance pricing, by adopting Compute Optimizer recommendations for a given resource.

savingsOpportunity_savingsOpportunityPercentage :: Lens' SavingsOpportunity (Maybe Double) Source #

The estimated monthly savings possible as a percentage of monthly cost by adopting Compute Optimizer recommendations for a given resource.

Scope

data Scope Source #

Describes the scope of a recommendation preference.

Recommendation preferences can be created at the organization level (for management accounts of an organization only), account level, and resource level. For more information, see Activating enhanced infrastructure metrics in the Compute Optimizer User Guide.

You cannot create recommendation preferences for Auto Scaling groups at the organization and account levels. You can create recommendation preferences for Auto Scaling groups only at the resource level by specifying a scope name of ResourceArn and a scope value of the Auto Scaling group Amazon Resource Name (ARN). This will configure the preference for all instances that are part of the specified Auto Scaling group. You also cannot create recommendation preferences at the resource level for instances that are part of an Auto Scaling group. You can create recommendation preferences at the resource level only for standalone instances.

See: newScope smart constructor.

Constructors

Scope' 

Fields

  • name :: Maybe ScopeName

    The name of the scope.

    The following scopes are possible:

    • Organization - Specifies that the recommendation preference applies at the organization level, for all member accounts of an organization.
    • AccountId - Specifies that the recommendation preference applies at the account level, for all resources of a given resource type in an account.
    • ResourceArn - Specifies that the recommendation preference applies at the individual resource level.
  • value :: Maybe Text

    The value of the scope.

    If you specified the name of the scope as:

    • Organization - The value must be ALL_ACCOUNTS.
    • AccountId - The value must be a 12-digit Amazon Web Services account ID.
    • ResourceArn - The value must be the Amazon Resource Name (ARN) of an EC2 instance or an Auto Scaling group.

    Only EC2 instance and Auto Scaling group ARNs are currently supported.

Instances

Instances details
FromJSON Scope Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Scope

ToJSON Scope Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Scope

Generic Scope Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Scope

Associated Types

type Rep Scope :: Type -> Type #

Methods

from :: Scope -> Rep Scope x #

to :: Rep Scope x -> Scope #

Read Scope Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Scope

Show Scope Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Scope

Methods

showsPrec :: Int -> Scope -> ShowS #

show :: Scope -> String #

showList :: [Scope] -> ShowS #

NFData Scope Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Scope

Methods

rnf :: Scope -> () #

Eq Scope Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Scope

Methods

(==) :: Scope -> Scope -> Bool #

(/=) :: Scope -> Scope -> Bool #

Hashable Scope Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Scope

Methods

hashWithSalt :: Int -> Scope -> Int #

hash :: Scope -> Int #

type Rep Scope Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Scope

type Rep Scope = D1 ('MetaData "Scope" "Amazonka.ComputeOptimizer.Types.Scope" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "Scope'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScopeName)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newScope :: Scope Source #

Create a value of Scope with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:Scope', scope_name - The name of the scope.

The following scopes are possible:

  • Organization - Specifies that the recommendation preference applies at the organization level, for all member accounts of an organization.
  • AccountId - Specifies that the recommendation preference applies at the account level, for all resources of a given resource type in an account.
  • ResourceArn - Specifies that the recommendation preference applies at the individual resource level.

$sel:value:Scope', scope_value - The value of the scope.

If you specified the name of the scope as:

  • Organization - The value must be ALL_ACCOUNTS.
  • AccountId - The value must be a 12-digit Amazon Web Services account ID.
  • ResourceArn - The value must be the Amazon Resource Name (ARN) of an EC2 instance or an Auto Scaling group.

Only EC2 instance and Auto Scaling group ARNs are currently supported.

scope_name :: Lens' Scope (Maybe ScopeName) Source #

The name of the scope.

The following scopes are possible:

  • Organization - Specifies that the recommendation preference applies at the organization level, for all member accounts of an organization.
  • AccountId - Specifies that the recommendation preference applies at the account level, for all resources of a given resource type in an account.
  • ResourceArn - Specifies that the recommendation preference applies at the individual resource level.

scope_value :: Lens' Scope (Maybe Text) Source #

The value of the scope.

If you specified the name of the scope as:

  • Organization - The value must be ALL_ACCOUNTS.
  • AccountId - The value must be a 12-digit Amazon Web Services account ID.
  • ResourceArn - The value must be the Amazon Resource Name (ARN) of an EC2 instance or an Auto Scaling group.

Only EC2 instance and Auto Scaling group ARNs are currently supported.

ServiceConfiguration

data ServiceConfiguration Source #

The Amazon ECS service configurations used for recommendations.

See: newServiceConfiguration smart constructor.

Constructors

ServiceConfiguration' 

Fields

Instances

Instances details
FromJSON ServiceConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ServiceConfiguration

Generic ServiceConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ServiceConfiguration

Associated Types

type Rep ServiceConfiguration :: Type -> Type #

Read ServiceConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ServiceConfiguration

Show ServiceConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ServiceConfiguration

NFData ServiceConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ServiceConfiguration

Methods

rnf :: ServiceConfiguration -> () #

Eq ServiceConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ServiceConfiguration

Hashable ServiceConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ServiceConfiguration

type Rep ServiceConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ServiceConfiguration

type Rep ServiceConfiguration = D1 ('MetaData "ServiceConfiguration" "Amazonka.ComputeOptimizer.Types.ServiceConfiguration" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "ServiceConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "autoScalingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoScalingConfiguration)) :*: S1 ('MetaSel ('Just "containerConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ContainerConfiguration]))) :*: (S1 ('MetaSel ('Just "cpu") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "memory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "taskDefinitionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newServiceConfiguration :: ServiceConfiguration Source #

Create a value of ServiceConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:autoScalingConfiguration:ServiceConfiguration', serviceConfiguration_autoScalingConfiguration - Describes the Auto Scaling configuration methods for an Amazon ECS service. This affects the generated recommendations. For example, if Auto Scaling is configured on a ECS service’s CPU, then Compute Optimizer doesn’t generate CPU size recommendations.

The Auto Scaling configuration methods include:

  • TARGET_TRACKING_SCALING_CPU — If the ECS service is configured to use target scaling on CPU, Compute Optimizer doesn't generate CPU recommendations.
  • TARGET_TRACKING_SCALING_MEMORY — If the ECS service is configured to use target scaling on memory, Compute Optimizer doesn't generate memory recommendations.

For more information about step scaling and target scaling, see Step scaling policies for Application Auto Scaling and Target tracking scaling policies for Application Auto Scaling in the Application Auto Scaling User Guide.

$sel:containerConfigurations:ServiceConfiguration', serviceConfiguration_containerConfigurations - The container configurations within a task of an ECS service.

ServiceConfiguration, serviceConfiguration_cpu - The number of CPU units used by the tasks in the ECS service.

$sel:memory:ServiceConfiguration', serviceConfiguration_memory - The amount of memory used by the tasks in the ECS service.

$sel:taskDefinitionArn:ServiceConfiguration', serviceConfiguration_taskDefinitionArn - The task definition ARN used by the tasks in the ECS service.

serviceConfiguration_autoScalingConfiguration :: Lens' ServiceConfiguration (Maybe AutoScalingConfiguration) Source #

Describes the Auto Scaling configuration methods for an Amazon ECS service. This affects the generated recommendations. For example, if Auto Scaling is configured on a ECS service’s CPU, then Compute Optimizer doesn’t generate CPU size recommendations.

The Auto Scaling configuration methods include:

  • TARGET_TRACKING_SCALING_CPU — If the ECS service is configured to use target scaling on CPU, Compute Optimizer doesn't generate CPU recommendations.
  • TARGET_TRACKING_SCALING_MEMORY — If the ECS service is configured to use target scaling on memory, Compute Optimizer doesn't generate memory recommendations.

For more information about step scaling and target scaling, see Step scaling policies for Application Auto Scaling and Target tracking scaling policies for Application Auto Scaling in the Application Auto Scaling User Guide.

serviceConfiguration_containerConfigurations :: Lens' ServiceConfiguration (Maybe [ContainerConfiguration]) Source #

The container configurations within a task of an ECS service.

serviceConfiguration_cpu :: Lens' ServiceConfiguration (Maybe Int) Source #

The number of CPU units used by the tasks in the ECS service.

serviceConfiguration_memory :: Lens' ServiceConfiguration (Maybe Int) Source #

The amount of memory used by the tasks in the ECS service.

serviceConfiguration_taskDefinitionArn :: Lens' ServiceConfiguration (Maybe Text) Source #

The task definition ARN used by the tasks in the ECS service.

Summary

data Summary Source #

The summary of a recommendation.

See: newSummary smart constructor.

Constructors

Summary' 

Fields

Instances

Instances details
FromJSON Summary Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Summary

Generic Summary Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Summary

Associated Types

type Rep Summary :: Type -> Type #

Methods

from :: Summary -> Rep Summary x #

to :: Rep Summary x -> Summary #

Read Summary Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Summary

Show Summary Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Summary

NFData Summary Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Summary

Methods

rnf :: Summary -> () #

Eq Summary Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Summary

Methods

(==) :: Summary -> Summary -> Bool #

(/=) :: Summary -> Summary -> Bool #

Hashable Summary Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Summary

Methods

hashWithSalt :: Int -> Summary -> Int #

hash :: Summary -> Int #

type Rep Summary Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.Summary

type Rep Summary = D1 ('MetaData "Summary" "Amazonka.ComputeOptimizer.Types.Summary" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "Summary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Finding)) :*: (S1 ('MetaSel ('Just "reasonCodeSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReasonCodeSummary])) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

newSummary :: Summary Source #

Create a value of Summary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

Summary, summary_name - The finding classification of the recommendation.

$sel:reasonCodeSummaries:Summary', summary_reasonCodeSummaries - An array of objects that summarize a finding reason code.

Summary, summary_value - The value of the recommendation summary.

summary_name :: Lens' Summary (Maybe Finding) Source #

The finding classification of the recommendation.

summary_reasonCodeSummaries :: Lens' Summary (Maybe [ReasonCodeSummary]) Source #

An array of objects that summarize a finding reason code.

summary_value :: Lens' Summary (Maybe Double) Source #

The value of the recommendation summary.

UtilizationMetric

data UtilizationMetric Source #

Describes a utilization metric of a resource, such as an Amazon EC2 instance.

Compare the utilization metric data of your resource against its projected utilization metric data to determine the performance difference between your current resource and the recommended option.

See: newUtilizationMetric smart constructor.

Constructors

UtilizationMetric' 

Fields

  • name :: Maybe MetricName

    The name of the utilization metric.

    The following utilization metrics are available:

    • Cpu - The percentage of allocated EC2 compute units that are currently in use on the instance. This metric identifies the processing power required to run an application on the instance.

      Depending on the instance type, tools in your operating system can show a lower percentage than CloudWatch when the instance is not allocated a full processor core.

      Units: Percent

    • Memory - The percentage of memory that is currently in use on the instance. This metric identifies the amount of memory required to run an application on the instance.

      Units: Percent

      The Memory metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling Memory Utilization with the CloudWatch Agent.

    • EBS_READ_OPS_PER_SECOND - The completed read operations from all EBS volumes attached to the instance in a specified period of time.

      Unit: Count

    • EBS_WRITE_OPS_PER_SECOND - The completed write operations to all EBS volumes attached to the instance in a specified period of time.

      Unit: Count

    • EBS_READ_BYTES_PER_SECOND - The bytes read from all EBS volumes attached to the instance in a specified period of time.

      Unit: Bytes

    • EBS_WRITE_BYTES_PER_SECOND - The bytes written to all EBS volumes attached to the instance in a specified period of time.

      Unit: Bytes

    • DISK_READ_OPS_PER_SECOND - The completed read operations from all instance store volumes available to the instance in a specified period of time.

      If there are no instance store volumes, either the value is 0 or the metric is not reported.

    • DISK_WRITE_OPS_PER_SECOND - The completed write operations from all instance store volumes available to the instance in a specified period of time.

      If there are no instance store volumes, either the value is 0 or the metric is not reported.

    • DISK_READ_BYTES_PER_SECOND - The bytes read from all instance store volumes available to the instance. This metric is used to determine the volume of the data the application reads from the disk of the instance. This can be used to determine the speed of the application.

      If there are no instance store volumes, either the value is 0 or the metric is not reported.

    • DISK_WRITE_BYTES_PER_SECOND - The bytes written to all instance store volumes available to the instance. This metric is used to determine the volume of the data the application writes onto the disk of the instance. This can be used to determine the speed of the application.

      If there are no instance store volumes, either the value is 0 or the metric is not reported.

    • NETWORK_IN_BYTES_PER_SECOND - The number of bytes received by the instance on all network interfaces. This metric identifies the volume of incoming network traffic to a single instance.
    • NETWORK_OUT_BYTES_PER_SECOND - The number of bytes sent out by the instance on all network interfaces. This metric identifies the volume of outgoing network traffic from a single instance.
    • NETWORK_PACKETS_IN_PER_SECOND - The number of packets received by the instance on all network interfaces. This metric identifies the volume of incoming traffic in terms of the number of packets on a single instance.
    • NETWORK_PACKETS_OUT_PER_SECOND - The number of packets sent out by the instance on all network interfaces. This metric identifies the volume of outgoing traffic in terms of the number of packets on a single instance.
  • statistic :: Maybe MetricStatistic

    The statistic of the utilization metric.

    The Compute Optimizer API, Command Line Interface (CLI), and SDKs return utilization metrics using only the Maximum statistic, which is the highest value observed during the specified period.

    The Compute Optimizer console displays graphs for some utilization metrics using the Average statistic, which is the value of Sum / SampleCount during the specified period. For more information, see Viewing resource recommendations in the Compute Optimizer User Guide. You can also get averaged utilization metric data for your resources using Amazon CloudWatch. For more information, see the Amazon CloudWatch User Guide.

  • value :: Maybe Double

    The value of the utilization metric.

Instances

Instances details
FromJSON UtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.UtilizationMetric

Generic UtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.UtilizationMetric

Associated Types

type Rep UtilizationMetric :: Type -> Type #

Read UtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.UtilizationMetric

Show UtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.UtilizationMetric

NFData UtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.UtilizationMetric

Methods

rnf :: UtilizationMetric -> () #

Eq UtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.UtilizationMetric

Hashable UtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.UtilizationMetric

type Rep UtilizationMetric Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.UtilizationMetric

type Rep UtilizationMetric = D1 ('MetaData "UtilizationMetric" "Amazonka.ComputeOptimizer.Types.UtilizationMetric" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "UtilizationMetric'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetricName)) :*: (S1 ('MetaSel ('Just "statistic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetricStatistic)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

newUtilizationMetric :: UtilizationMetric Source #

Create a value of UtilizationMetric with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:UtilizationMetric', utilizationMetric_name - The name of the utilization metric.

The following utilization metrics are available:

  • Cpu - The percentage of allocated EC2 compute units that are currently in use on the instance. This metric identifies the processing power required to run an application on the instance.

    Depending on the instance type, tools in your operating system can show a lower percentage than CloudWatch when the instance is not allocated a full processor core.

    Units: Percent

  • Memory - The percentage of memory that is currently in use on the instance. This metric identifies the amount of memory required to run an application on the instance.

    Units: Percent

    The Memory metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling Memory Utilization with the CloudWatch Agent.

  • EBS_READ_OPS_PER_SECOND - The completed read operations from all EBS volumes attached to the instance in a specified period of time.

    Unit: Count

  • EBS_WRITE_OPS_PER_SECOND - The completed write operations to all EBS volumes attached to the instance in a specified period of time.

    Unit: Count

  • EBS_READ_BYTES_PER_SECOND - The bytes read from all EBS volumes attached to the instance in a specified period of time.

    Unit: Bytes

  • EBS_WRITE_BYTES_PER_SECOND - The bytes written to all EBS volumes attached to the instance in a specified period of time.

    Unit: Bytes

  • DISK_READ_OPS_PER_SECOND - The completed read operations from all instance store volumes available to the instance in a specified period of time.

    If there are no instance store volumes, either the value is 0 or the metric is not reported.

  • DISK_WRITE_OPS_PER_SECOND - The completed write operations from all instance store volumes available to the instance in a specified period of time.

    If there are no instance store volumes, either the value is 0 or the metric is not reported.

  • DISK_READ_BYTES_PER_SECOND - The bytes read from all instance store volumes available to the instance. This metric is used to determine the volume of the data the application reads from the disk of the instance. This can be used to determine the speed of the application.

    If there are no instance store volumes, either the value is 0 or the metric is not reported.

  • DISK_WRITE_BYTES_PER_SECOND - The bytes written to all instance store volumes available to the instance. This metric is used to determine the volume of the data the application writes onto the disk of the instance. This can be used to determine the speed of the application.

    If there are no instance store volumes, either the value is 0 or the metric is not reported.

  • NETWORK_IN_BYTES_PER_SECOND - The number of bytes received by the instance on all network interfaces. This metric identifies the volume of incoming network traffic to a single instance.
  • NETWORK_OUT_BYTES_PER_SECOND - The number of bytes sent out by the instance on all network interfaces. This metric identifies the volume of outgoing network traffic from a single instance.
  • NETWORK_PACKETS_IN_PER_SECOND - The number of packets received by the instance on all network interfaces. This metric identifies the volume of incoming traffic in terms of the number of packets on a single instance.
  • NETWORK_PACKETS_OUT_PER_SECOND - The number of packets sent out by the instance on all network interfaces. This metric identifies the volume of outgoing traffic in terms of the number of packets on a single instance.

$sel:statistic:UtilizationMetric', utilizationMetric_statistic - The statistic of the utilization metric.

The Compute Optimizer API, Command Line Interface (CLI), and SDKs return utilization metrics using only the Maximum statistic, which is the highest value observed during the specified period.

The Compute Optimizer console displays graphs for some utilization metrics using the Average statistic, which is the value of Sum / SampleCount during the specified period. For more information, see Viewing resource recommendations in the Compute Optimizer User Guide. You can also get averaged utilization metric data for your resources using Amazon CloudWatch. For more information, see the Amazon CloudWatch User Guide.

$sel:value:UtilizationMetric', utilizationMetric_value - The value of the utilization metric.

utilizationMetric_name :: Lens' UtilizationMetric (Maybe MetricName) Source #

The name of the utilization metric.

The following utilization metrics are available:

  • Cpu - The percentage of allocated EC2 compute units that are currently in use on the instance. This metric identifies the processing power required to run an application on the instance.

    Depending on the instance type, tools in your operating system can show a lower percentage than CloudWatch when the instance is not allocated a full processor core.

    Units: Percent

  • Memory - The percentage of memory that is currently in use on the instance. This metric identifies the amount of memory required to run an application on the instance.

    Units: Percent

    The Memory metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling Memory Utilization with the CloudWatch Agent.

  • EBS_READ_OPS_PER_SECOND - The completed read operations from all EBS volumes attached to the instance in a specified period of time.

    Unit: Count

  • EBS_WRITE_OPS_PER_SECOND - The completed write operations to all EBS volumes attached to the instance in a specified period of time.

    Unit: Count

  • EBS_READ_BYTES_PER_SECOND - The bytes read from all EBS volumes attached to the instance in a specified period of time.

    Unit: Bytes

  • EBS_WRITE_BYTES_PER_SECOND - The bytes written to all EBS volumes attached to the instance in a specified period of time.

    Unit: Bytes

  • DISK_READ_OPS_PER_SECOND - The completed read operations from all instance store volumes available to the instance in a specified period of time.

    If there are no instance store volumes, either the value is 0 or the metric is not reported.

  • DISK_WRITE_OPS_PER_SECOND - The completed write operations from all instance store volumes available to the instance in a specified period of time.

    If there are no instance store volumes, either the value is 0 or the metric is not reported.

  • DISK_READ_BYTES_PER_SECOND - The bytes read from all instance store volumes available to the instance. This metric is used to determine the volume of the data the application reads from the disk of the instance. This can be used to determine the speed of the application.

    If there are no instance store volumes, either the value is 0 or the metric is not reported.

  • DISK_WRITE_BYTES_PER_SECOND - The bytes written to all instance store volumes available to the instance. This metric is used to determine the volume of the data the application writes onto the disk of the instance. This can be used to determine the speed of the application.

    If there are no instance store volumes, either the value is 0 or the metric is not reported.

  • NETWORK_IN_BYTES_PER_SECOND - The number of bytes received by the instance on all network interfaces. This metric identifies the volume of incoming network traffic to a single instance.
  • NETWORK_OUT_BYTES_PER_SECOND - The number of bytes sent out by the instance on all network interfaces. This metric identifies the volume of outgoing network traffic from a single instance.
  • NETWORK_PACKETS_IN_PER_SECOND - The number of packets received by the instance on all network interfaces. This metric identifies the volume of incoming traffic in terms of the number of packets on a single instance.
  • NETWORK_PACKETS_OUT_PER_SECOND - The number of packets sent out by the instance on all network interfaces. This metric identifies the volume of outgoing traffic in terms of the number of packets on a single instance.

utilizationMetric_statistic :: Lens' UtilizationMetric (Maybe MetricStatistic) Source #

The statistic of the utilization metric.

The Compute Optimizer API, Command Line Interface (CLI), and SDKs return utilization metrics using only the Maximum statistic, which is the highest value observed during the specified period.

The Compute Optimizer console displays graphs for some utilization metrics using the Average statistic, which is the value of Sum / SampleCount during the specified period. For more information, see Viewing resource recommendations in the Compute Optimizer User Guide. You can also get averaged utilization metric data for your resources using Amazon CloudWatch. For more information, see the Amazon CloudWatch User Guide.

utilizationMetric_value :: Lens' UtilizationMetric (Maybe Double) Source #

The value of the utilization metric.

VolumeConfiguration

data VolumeConfiguration Source #

Describes the configuration of an Amazon Elastic Block Store (Amazon EBS) volume.

See: newVolumeConfiguration smart constructor.

Constructors

VolumeConfiguration' 

Fields

Instances

Instances details
FromJSON VolumeConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeConfiguration

Generic VolumeConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeConfiguration

Associated Types

type Rep VolumeConfiguration :: Type -> Type #

Read VolumeConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeConfiguration

Show VolumeConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeConfiguration

NFData VolumeConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeConfiguration

Methods

rnf :: VolumeConfiguration -> () #

Eq VolumeConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeConfiguration

Hashable VolumeConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeConfiguration

type Rep VolumeConfiguration Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeConfiguration

type Rep VolumeConfiguration = D1 ('MetaData "VolumeConfiguration" "Amazonka.ComputeOptimizer.Types.VolumeConfiguration" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "VolumeConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "volumeBaselineIOPS") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "volumeBaselineThroughput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "volumeBurstIOPS") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "volumeBurstThroughput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "volumeSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "volumeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newVolumeConfiguration :: VolumeConfiguration Source #

Create a value of VolumeConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:volumeBaselineIOPS:VolumeConfiguration', volumeConfiguration_volumeBaselineIOPS - The baseline IOPS of the volume.

$sel:volumeBaselineThroughput:VolumeConfiguration', volumeConfiguration_volumeBaselineThroughput - The baseline throughput of the volume.

$sel:volumeBurstIOPS:VolumeConfiguration', volumeConfiguration_volumeBurstIOPS - The burst IOPS of the volume.

$sel:volumeBurstThroughput:VolumeConfiguration', volumeConfiguration_volumeBurstThroughput - The burst throughput of the volume.

$sel:volumeSize:VolumeConfiguration', volumeConfiguration_volumeSize - The size of the volume, in GiB.

$sel:volumeType:VolumeConfiguration', volumeConfiguration_volumeType - The volume type.

This can be gp2 for General Purpose SSD, io1 or io2 for Provisioned IOPS SSD, st1 for Throughput Optimized HDD, sc1 for Cold HDD, or standard for Magnetic volumes.

volumeConfiguration_volumeType :: Lens' VolumeConfiguration (Maybe Text) Source #

The volume type.

This can be gp2 for General Purpose SSD, io1 or io2 for Provisioned IOPS SSD, st1 for Throughput Optimized HDD, sc1 for Cold HDD, or standard for Magnetic volumes.

VolumeRecommendation

data VolumeRecommendation Source #

Describes an Amazon Elastic Block Store (Amazon EBS) volume recommendation.

See: newVolumeRecommendation smart constructor.

Constructors

VolumeRecommendation' 

Fields

Instances

Instances details
FromJSON VolumeRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeRecommendation

Generic VolumeRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeRecommendation

Associated Types

type Rep VolumeRecommendation :: Type -> Type #

Read VolumeRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeRecommendation

Show VolumeRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeRecommendation

NFData VolumeRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeRecommendation

Methods

rnf :: VolumeRecommendation -> () #

Eq VolumeRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeRecommendation

Hashable VolumeRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeRecommendation

type Rep VolumeRecommendation Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeRecommendation

type Rep VolumeRecommendation = D1 ('MetaData "VolumeRecommendation" "Amazonka.ComputeOptimizer.Types.VolumeRecommendation" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "VolumeRecommendation'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "currentConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VolumeConfiguration))) :*: (S1 ('MetaSel ('Just "currentPerformanceRisk") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CurrentPerformanceRisk)) :*: S1 ('MetaSel ('Just "finding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EBSFinding)))) :*: ((S1 ('MetaSel ('Just "lastRefreshTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lookBackPeriodInDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "utilizationMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EBSUtilizationMetric])) :*: (S1 ('MetaSel ('Just "volumeArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "volumeRecommendationOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VolumeRecommendationOption])))))))

newVolumeRecommendation :: VolumeRecommendation Source #

Create a value of VolumeRecommendation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accountId:VolumeRecommendation', volumeRecommendation_accountId - The Amazon Web Services account ID of the volume.

$sel:currentConfiguration:VolumeRecommendation', volumeRecommendation_currentConfiguration - An array of objects that describe the current configuration of the volume.

$sel:currentPerformanceRisk:VolumeRecommendation', volumeRecommendation_currentPerformanceRisk - The risk of the current EBS volume not meeting the performance needs of its workloads. The higher the risk, the more likely the current EBS volume doesn't have sufficient capacity.

$sel:finding:VolumeRecommendation', volumeRecommendation_finding - The finding classification of the volume.

Findings for volumes include:

  • NotOptimized —A volume is considered not optimized when Compute Optimizer identifies a recommendation that can provide better performance for your workload.
  • Optimized —An volume is considered optimized when Compute Optimizer determines that the volume is correctly provisioned to run your workload based on the chosen volume type. For optimized resources, Compute Optimizer might recommend a new generation volume type.

$sel:lastRefreshTimestamp:VolumeRecommendation', volumeRecommendation_lastRefreshTimestamp - The timestamp of when the volume recommendation was last generated.

$sel:lookBackPeriodInDays:VolumeRecommendation', volumeRecommendation_lookBackPeriodInDays - The number of days for which utilization metrics were analyzed for the volume.

$sel:utilizationMetrics:VolumeRecommendation', volumeRecommendation_utilizationMetrics - An array of objects that describe the utilization metrics of the volume.

$sel:volumeArn:VolumeRecommendation', volumeRecommendation_volumeArn - The Amazon Resource Name (ARN) of the current volume.

$sel:volumeRecommendationOptions:VolumeRecommendation', volumeRecommendation_volumeRecommendationOptions - An array of objects that describe the recommendation options for the volume.

volumeRecommendation_accountId :: Lens' VolumeRecommendation (Maybe Text) Source #

The Amazon Web Services account ID of the volume.

volumeRecommendation_currentConfiguration :: Lens' VolumeRecommendation (Maybe VolumeConfiguration) Source #

An array of objects that describe the current configuration of the volume.

volumeRecommendation_currentPerformanceRisk :: Lens' VolumeRecommendation (Maybe CurrentPerformanceRisk) Source #

The risk of the current EBS volume not meeting the performance needs of its workloads. The higher the risk, the more likely the current EBS volume doesn't have sufficient capacity.

volumeRecommendation_finding :: Lens' VolumeRecommendation (Maybe EBSFinding) Source #

The finding classification of the volume.

Findings for volumes include:

  • NotOptimized —A volume is considered not optimized when Compute Optimizer identifies a recommendation that can provide better performance for your workload.
  • Optimized —An volume is considered optimized when Compute Optimizer determines that the volume is correctly provisioned to run your workload based on the chosen volume type. For optimized resources, Compute Optimizer might recommend a new generation volume type.

volumeRecommendation_lastRefreshTimestamp :: Lens' VolumeRecommendation (Maybe UTCTime) Source #

The timestamp of when the volume recommendation was last generated.

volumeRecommendation_lookBackPeriodInDays :: Lens' VolumeRecommendation (Maybe Double) Source #

The number of days for which utilization metrics were analyzed for the volume.

volumeRecommendation_utilizationMetrics :: Lens' VolumeRecommendation (Maybe [EBSUtilizationMetric]) Source #

An array of objects that describe the utilization metrics of the volume.

volumeRecommendation_volumeArn :: Lens' VolumeRecommendation (Maybe Text) Source #

The Amazon Resource Name (ARN) of the current volume.

volumeRecommendation_volumeRecommendationOptions :: Lens' VolumeRecommendation (Maybe [VolumeRecommendationOption]) Source #

An array of objects that describe the recommendation options for the volume.

VolumeRecommendationOption

data VolumeRecommendationOption Source #

Describes a recommendation option for an Amazon Elastic Block Store (Amazon EBS) instance.

See: newVolumeRecommendationOption smart constructor.

Constructors

VolumeRecommendationOption' 

Fields

  • configuration :: Maybe VolumeConfiguration

    An array of objects that describe a volume configuration.

  • performanceRisk :: Maybe Double

    The performance risk of the volume recommendation option.

    Performance risk is the likelihood of the recommended volume type meeting the performance requirement of your workload.

    The value ranges from 0 - 4, with 0 meaning that the recommended resource is predicted to always provide enough hardware capability. The higher the performance risk is, the more likely you should validate whether the recommendation will meet the performance requirements of your workload before migrating your resource.

  • rank :: Maybe Int

    The rank of the volume recommendation option.

    The top recommendation option is ranked as 1.

  • savingsOpportunity :: Maybe SavingsOpportunity

    An object that describes the savings opportunity for the EBS volume recommendation option. Savings opportunity includes the estimated monthly savings amount and percentage.

Instances

Instances details
FromJSON VolumeRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeRecommendationOption

Generic VolumeRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeRecommendationOption

Associated Types

type Rep VolumeRecommendationOption :: Type -> Type #

Read VolumeRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeRecommendationOption

Show VolumeRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeRecommendationOption

NFData VolumeRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeRecommendationOption

Eq VolumeRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeRecommendationOption

Hashable VolumeRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeRecommendationOption

type Rep VolumeRecommendationOption Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.VolumeRecommendationOption

type Rep VolumeRecommendationOption = D1 ('MetaData "VolumeRecommendationOption" "Amazonka.ComputeOptimizer.Types.VolumeRecommendationOption" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "VolumeRecommendationOption'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VolumeConfiguration)) :*: S1 ('MetaSel ('Just "performanceRisk") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "rank") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "savingsOpportunity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SavingsOpportunity)))))

newVolumeRecommendationOption :: VolumeRecommendationOption Source #

Create a value of VolumeRecommendationOption with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:configuration:VolumeRecommendationOption', volumeRecommendationOption_configuration - An array of objects that describe a volume configuration.

$sel:performanceRisk:VolumeRecommendationOption', volumeRecommendationOption_performanceRisk - The performance risk of the volume recommendation option.

Performance risk is the likelihood of the recommended volume type meeting the performance requirement of your workload.

The value ranges from 0 - 4, with 0 meaning that the recommended resource is predicted to always provide enough hardware capability. The higher the performance risk is, the more likely you should validate whether the recommendation will meet the performance requirements of your workload before migrating your resource.

$sel:rank:VolumeRecommendationOption', volumeRecommendationOption_rank - The rank of the volume recommendation option.

The top recommendation option is ranked as 1.

$sel:savingsOpportunity:VolumeRecommendationOption', volumeRecommendationOption_savingsOpportunity - An object that describes the savings opportunity for the EBS volume recommendation option. Savings opportunity includes the estimated monthly savings amount and percentage.

volumeRecommendationOption_configuration :: Lens' VolumeRecommendationOption (Maybe VolumeConfiguration) Source #

An array of objects that describe a volume configuration.

volumeRecommendationOption_performanceRisk :: Lens' VolumeRecommendationOption (Maybe Double) Source #

The performance risk of the volume recommendation option.

Performance risk is the likelihood of the recommended volume type meeting the performance requirement of your workload.

The value ranges from 0 - 4, with 0 meaning that the recommended resource is predicted to always provide enough hardware capability. The higher the performance risk is, the more likely you should validate whether the recommendation will meet the performance requirements of your workload before migrating your resource.

volumeRecommendationOption_rank :: Lens' VolumeRecommendationOption (Maybe Int) Source #

The rank of the volume recommendation option.

The top recommendation option is ranked as 1.

volumeRecommendationOption_savingsOpportunity :: Lens' VolumeRecommendationOption (Maybe SavingsOpportunity) Source #

An object that describes the savings opportunity for the EBS volume recommendation option. Savings opportunity includes the estimated monthly savings amount and percentage.