libZSservicesZSamazonka-cost-explorerZSamazonka-cost-explorer
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CostExplorer.Types.DimensionValues

Description

 
Synopsis

Documentation

data DimensionValues Source #

The metadata that you can use to filter and group your results. You can use GetDimensionValues to find specific values.

See: newDimensionValues smart constructor.

Constructors

DimensionValues' 

Fields

  • values :: Maybe [Text]

    The metadata values that you can use to filter and group your results. You can use GetDimensionValues to find specific values.

  • key :: Maybe Dimension

    The names of the metadata types that you can use to filter and group your results. For example, AZ returns a list of Availability Zones.

  • matchOptions :: Maybe [MatchOption]

    The match options that you can use to filter your results. MatchOptions is only applicable for actions related to Cost Category. The default values for MatchOptions are EQUALS and CASE_SENSITIVE.

Instances

Instances details
Eq DimensionValues Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.DimensionValues

Read DimensionValues Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.DimensionValues

Show DimensionValues Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.DimensionValues

Generic DimensionValues Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.DimensionValues

Associated Types

type Rep DimensionValues :: Type -> Type #

NFData DimensionValues Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.DimensionValues

Methods

rnf :: DimensionValues -> () #

Hashable DimensionValues Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.DimensionValues

ToJSON DimensionValues Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.DimensionValues

FromJSON DimensionValues Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.DimensionValues

type Rep DimensionValues Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.DimensionValues

type Rep DimensionValues = D1 ('MetaData "DimensionValues" "Amazonka.CostExplorer.Types.DimensionValues" "libZSservicesZSamazonka-cost-explorerZSamazonka-cost-explorer" 'False) (C1 ('MetaCons "DimensionValues'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Dimension)) :*: S1 ('MetaSel ('Just "matchOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MatchOption])))))

newDimensionValues :: DimensionValues Source #

Create a value of DimensionValues 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:values:DimensionValues', dimensionValues_values - The metadata values that you can use to filter and group your results. You can use GetDimensionValues to find specific values.

$sel:key:DimensionValues', dimensionValues_key - The names of the metadata types that you can use to filter and group your results. For example, AZ returns a list of Availability Zones.

$sel:matchOptions:DimensionValues', dimensionValues_matchOptions - The match options that you can use to filter your results. MatchOptions is only applicable for actions related to Cost Category. The default values for MatchOptions are EQUALS and CASE_SENSITIVE.

dimensionValues_values :: Lens' DimensionValues (Maybe [Text]) Source #

The metadata values that you can use to filter and group your results. You can use GetDimensionValues to find specific values.

dimensionValues_key :: Lens' DimensionValues (Maybe Dimension) Source #

The names of the metadata types that you can use to filter and group your results. For example, AZ returns a list of Availability Zones.

dimensionValues_matchOptions :: Lens' DimensionValues (Maybe [MatchOption]) Source #

The match options that you can use to filter your results. MatchOptions is only applicable for actions related to Cost Category. The default values for MatchOptions are EQUALS and CASE_SENSITIVE.