Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data DimensionValues = DimensionValues' {
- values :: Maybe [Text]
- key :: Maybe Dimension
- matchOptions :: Maybe [MatchOption]
- newDimensionValues :: DimensionValues
- dimensionValues_values :: Lens' DimensionValues (Maybe [Text])
- dimensionValues_key :: Lens' DimensionValues (Maybe Dimension)
- dimensionValues_matchOptions :: Lens' DimensionValues (Maybe [MatchOption])
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.
DimensionValues' | |
|
Instances
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
.