aws-sdk-costexplorer 1.70.0 → 1.71.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0ac4fefb1bb2db8ceda7016a1bd759b4297714af9bfabf073e957a0afeb4beba
4
- data.tar.gz: 8bd6664f3e7bea175551232858b33fbcf0d31ec0d4e23a0f15508939643a0952
3
+ metadata.gz: 28f9d0a2203ab77104f736169c34cc4ed2004e3bf8f66fdebb19c2687b76ee2f
4
+ data.tar.gz: 666a7d4a8cef6cd2c7d40373dea88298172e34474f4f2ef9a7d05dc3d2853095
5
5
  SHA512:
6
- metadata.gz: 3a401d199220ac945624c8b26fa5733a3607e6efef790874fc94b7b0aaa53723475f1d487d552b66274bc9217e211ca674a59217fc271562737654f4e2b94653
7
- data.tar.gz: 11a3fc13b91352a060ddb3e2f4d2bfb0cc9ccd6f413574a8bc1097a81a5a6e256bf1e393ebbccee59c377e29a81a06126ac711c2ae83c2a9798fb4412ba310c0
6
+ metadata.gz: d88353b54a5759d6f57242a3bfb07c7a7b3233562ae9b67d266006370747fc1d88e4f40104c58e853c1e3ff289e6c593217ab308172e229d5b8e8701b17ed474
7
+ data.tar.gz: 94cc0e5b43d25c66fc24d7b0cd0f323637d01e4a667b7edd86b1471688ba3ce4094bcfb8e6ef97026c6de0602f851be63370c2a1da23e6778a44486d733b0208
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.0 (2022-01-11)
5
+ ------------------
6
+
7
+ * Feature - Doc only update for Cost Explorer API that fixes missing clarifications for MatchOptions definitions
8
+
4
9
  1.70.0 (2021-12-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.71.0
@@ -974,6 +974,12 @@ module Aws::CostExplorer
974
974
  # You can nest `Expression` objects to define any combination of
975
975
  # dimension filters. For more information, see [Expression][1].
976
976
  #
977
+ # The default values are `EQUALS` and `CASE_SENSITIVE`. Valid values for
978
+ # `MatchOptions` for `Dimensions` are `EQUALS` and `CASE_SENSITIVE`.
979
+ #
980
+ # Valid values for `MatchOptions` for `CostCategories` and `Tags` are
981
+ # `EQUALS`, `ABSENT`, and `CASE_SENSITIVE`.
982
+ #
977
983
  #
978
984
  #
979
985
  # [1]: https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html
@@ -1156,6 +1162,12 @@ module Aws::CostExplorer
1156
1162
  # group by or filter by a `ResourceId`. It requires the [Expression][1]
1157
1163
  # `"SERVICE = Amazon Elastic Compute Cloud - Compute"` in the filter.
1158
1164
  #
1165
+ # The default values are `EQUALS` and `CASE_SENSITIVE`. Valid values for
1166
+ # `MatchOptions` for `Dimensions` are `EQUALS` and `CASE_SENSITIVE`.
1167
+ #
1168
+ # Valid values for `MatchOptions` for `CostCategories` and `Tags` are
1169
+ # `EQUALS`, `ABSENT`, and `CASE_SENSITIVE`.
1170
+ #
1159
1171
  #
1160
1172
  #
1161
1173
  # [1]: https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html
@@ -1651,7 +1663,11 @@ module Aws::CostExplorer
1651
1663
  #
1652
1664
  # @option params [required, String] :dimension
1653
1665
  # The name of the dimension. Each `Dimension` is available for a
1654
- # different `Context`. For more information, see `Context`.
1666
+ # different `Context`. For more information, see [Context][1].
1667
+ #
1668
+ #
1669
+ #
1670
+ # [1]: https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetDimensionValues.html#awscostmanagement-GetDimensionValues-request-Context
1655
1671
  #
1656
1672
  # @option params [String] :context
1657
1673
  # The context for the call to `GetDimensionValues`. This can be
@@ -2040,8 +2056,7 @@ module Aws::CostExplorer
2040
2056
  #
2041
2057
  # `GetReservationCoverage` uses the same [Expression][1] object as the
2042
2058
  # other operations, but only `AND` is supported among each dimension.
2043
- # You can nest only one level deep. If there are multiple values for a
2044
- # dimension, they are OR'd together.
2059
+ # You can nest only one level deep.
2045
2060
  #
2046
2061
  # If you don't provide a `SERVICE` filter, Cost Explorer defaults to
2047
2062
  # EC2.
@@ -2496,8 +2511,7 @@ module Aws::CostExplorer
2496
2511
  #
2497
2512
  # `GetReservationUtilization` uses the same [Expression][1] object as
2498
2513
  # the other operations, but only `AND` is supported among each
2499
- # dimension, and nesting is supported up to only one level deep. If
2500
- # there are multiple values for a dimension, they are OR'd together.
2514
+ # dimension, and nesting is supported up to only one level deep.
2501
2515
  #
2502
2516
  #
2503
2517
  #
@@ -2935,9 +2949,20 @@ module Aws::CostExplorer
2935
2949
  #
2936
2950
  # * `INSTANCE_FAMILY`
2937
2951
  #
2952
+ # <note markdown="1"> `GetSavingsPlansCoverage` doesn't support filtering by tags.
2953
+ # `GetSavingsPlansCoverage` also doesn't support the `OR` operator
2954
+ # between filter dimensions. For the full request syntax with supported
2955
+ # parameters, see [Examples][1].
2956
+ #
2957
+ # </note>
2958
+ #
2938
2959
  # To determine valid values for a dimension, use the
2939
2960
  # `GetDimensionValues` operation.
2940
2961
  #
2962
+ #
2963
+ #
2964
+ # [1]: https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetSavingsPlansCoverage.html#API_GetSavingsPlansCoverage_Examples
2965
+ #
2941
2966
  # @option params [required, Types::DateInterval] :time_period
2942
2967
  # The time period that you want the usage and costs for. The `Start`
2943
2968
  # date must be within 13 months. The `End` date must be after the
@@ -2968,10 +2993,9 @@ module Aws::CostExplorer
2968
2993
  # * `INSTANCE_FAMILY`
2969
2994
  #
2970
2995
  # `GetSavingsPlansCoverage` uses the same [Expression][1] object as the
2971
- # other operations, but only `AND` is supported among each dimension. If
2972
- # there are multiple values for a dimension, they are OR'd together.
2996
+ # other operations, but only `AND` is supported among each dimension.
2973
2997
  #
2974
- # Cost category is also supported.
2998
+ # Cost category is supported. Tags are not supported.
2975
2999
  #
2976
3000
  #
2977
3001
  #
@@ -3247,8 +3271,17 @@ module Aws::CostExplorer
3247
3271
  # <note markdown="1"> You cannot group by any dimension values for
3248
3272
  # `GetSavingsPlansUtilization`.
3249
3273
  #
3274
+ # `GetSavingsPlansUtilization` doesn't support filtering by tags.
3275
+ # `GetSavingsPlansUtilization` also doesn't support the `OR` operator
3276
+ # between filter dimensions. For the full request syntax with supported
3277
+ # parameters, see [Examples][1].
3278
+ #
3250
3279
  # </note>
3251
3280
  #
3281
+ #
3282
+ #
3283
+ # [1]: https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetSavingsPlansUtilization.html#API_GetSavingsPlansUtilization_Examples
3284
+ #
3252
3285
  # @option params [required, Types::DateInterval] :time_period
3253
3286
  # The time period that you want the usage and costs for. The `Start`
3254
3287
  # date must be within 13 months. The `End` date must be after the
@@ -3282,6 +3315,8 @@ module Aws::CostExplorer
3282
3315
  # the other operations, but only `AND` is supported among each
3283
3316
  # dimension.
3284
3317
  #
3318
+ # Filtering by tags isn't supported.
3319
+ #
3285
3320
  #
3286
3321
  #
3287
3322
  # [1]: https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html
@@ -3397,8 +3432,17 @@ module Aws::CostExplorer
3397
3432
  # <note markdown="1"> `GetSavingsPlanUtilizationDetails` internally groups data by
3398
3433
  # `SavingsPlansArn`.
3399
3434
  #
3435
+ # `GetSavingsPlansUtilizationDetails` doesn't support filtering by
3436
+ # tags. `GetSavingsPlansUtilizationDetails` also doesn't support the
3437
+ # `OR` operator between filter dimensions. For the full request syntax
3438
+ # with supported parameters, see [Examples][1].
3439
+ #
3400
3440
  # </note>
3401
3441
  #
3442
+ #
3443
+ #
3444
+ # [1]: https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetSavingsPlansUtilizationDetails.html#API_GetSavingsPlansUtilizationDetails_Examples
3445
+ #
3402
3446
  # @option params [required, Types::DateInterval] :time_period
3403
3447
  # The time period that you want the usage and costs for. The `Start`
3404
3448
  # date must be within 13 months. The `End` date must be after the
@@ -3423,6 +3467,8 @@ module Aws::CostExplorer
3423
3467
  # object as the other operations, but only `AND` is supported among each
3424
3468
  # dimension.
3425
3469
  #
3470
+ # Filtering by tags isn't supported.
3471
+ #
3426
3472
  #
3427
3473
  #
3428
3474
  # [1]: https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html
@@ -4186,7 +4232,7 @@ module Aws::CostExplorer
4186
4232
  params: params,
4187
4233
  config: config)
4188
4234
  context[:gem_name] = 'aws-sdk-costexplorer'
4189
- context[:gem_version] = '1.70.0'
4235
+ context[:gem_version] = '1.71.0'
4190
4236
  Seahorse::Client::Request.new(handlers, context)
4191
4237
  end
4192
4238
 
@@ -1662,8 +1662,8 @@ module Aws::CostExplorer
1662
1662
  include Aws::Structure
1663
1663
  end
1664
1664
 
1665
- # Details about the Amazon ES instances that Amazon Web Services
1666
- # recommends that you purchase.
1665
+ # Details about the Amazon OpenSearch Service instances that Amazon Web
1666
+ # Services recommends that you purchase.
1667
1667
  #
1668
1668
  # @!attribute [rw] instance_class
1669
1669
  # The class of instance that Amazon Web Services recommends.
@@ -2230,6 +2230,13 @@ module Aws::CostExplorer
2230
2230
  # service. You can nest `Expression` objects to define any combination
2231
2231
  # of dimension filters. For more information, see [Expression][1].
2232
2232
  #
2233
+ # The default values are `EQUALS` and `CASE_SENSITIVE`. Valid values
2234
+ # for `MatchOptions` for `Dimensions` are `EQUALS` and
2235
+ # `CASE_SENSITIVE`.
2236
+ #
2237
+ # Valid values for `MatchOptions` for `CostCategories` and `Tags` are
2238
+ # `EQUALS`, `ABSENT`, and `CASE_SENSITIVE`.
2239
+ #
2233
2240
  #
2234
2241
  #
2235
2242
  # [1]: https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html
@@ -2403,6 +2410,13 @@ module Aws::CostExplorer
2403
2410
  # [Expression][1] `"SERVICE = Amazon Elastic Compute Cloud - Compute"`
2404
2411
  # in the filter.
2405
2412
  #
2413
+ # The default values are `EQUALS` and `CASE_SENSITIVE`. Valid values
2414
+ # for `MatchOptions` for `Dimensions` are `EQUALS` and
2415
+ # `CASE_SENSITIVE`.
2416
+ #
2417
+ # Valid values for `MatchOptions` for `CostCategories` and `Tags` are
2418
+ # `EQUALS`, `ABSENT`, and `CASE_SENSITIVE`.
2419
+ #
2406
2420
  #
2407
2421
  #
2408
2422
  # [1]: https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html
@@ -2945,7 +2959,11 @@ module Aws::CostExplorer
2945
2959
  #
2946
2960
  # @!attribute [rw] dimension
2947
2961
  # The name of the dimension. Each `Dimension` is available for a
2948
- # different `Context`. For more information, see `Context`.
2962
+ # different `Context`. For more information, see [Context][1].
2963
+ #
2964
+ #
2965
+ #
2966
+ # [1]: https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetDimensionValues.html#awscostmanagement-GetDimensionValues-request-Context
2949
2967
  # @return [String]
2950
2968
  #
2951
2969
  # @!attribute [rw] context
@@ -3435,8 +3453,7 @@ module Aws::CostExplorer
3435
3453
  #
3436
3454
  # `GetReservationCoverage` uses the same [Expression][1] object as the
3437
3455
  # other operations, but only `AND` is supported among each dimension.
3438
- # You can nest only one level deep. If there are multiple values for a
3439
- # dimension, they are OR'd together.
3456
+ # You can nest only one level deep.
3440
3457
  #
3441
3458
  # If you don't provide a `SERVICE` filter, Cost Explorer defaults to
3442
3459
  # EC2.
@@ -3827,8 +3844,7 @@ module Aws::CostExplorer
3827
3844
  #
3828
3845
  # `GetReservationUtilization` uses the same [Expression][1] object as
3829
3846
  # the other operations, but only `AND` is supported among each
3830
- # dimension, and nesting is supported up to only one level deep. If
3831
- # there are multiple values for a dimension, they are OR'd together.
3847
+ # dimension, and nesting is supported up to only one level deep.
3832
3848
  #
3833
3849
  #
3834
3850
  #
@@ -4187,10 +4203,9 @@ module Aws::CostExplorer
4187
4203
  #
4188
4204
  # `GetSavingsPlansCoverage` uses the same [Expression][1] object as
4189
4205
  # the other operations, but only `AND` is supported among each
4190
- # dimension. If there are multiple values for a dimension, they are
4191
- # OR'd together.
4206
+ # dimension.
4192
4207
  #
4193
- # Cost category is also supported.
4208
+ # Cost category is supported. Tags are not supported.
4194
4209
  #
4195
4210
  #
4196
4211
  #
@@ -4475,6 +4490,8 @@ module Aws::CostExplorer
4475
4490
  # object as the other operations, but only `AND` is supported among
4476
4491
  # each dimension.
4477
4492
  #
4493
+ # Filtering by tags isn't supported.
4494
+ #
4478
4495
  #
4479
4496
  #
4480
4497
  # [1]: https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html
@@ -4640,6 +4657,8 @@ module Aws::CostExplorer
4640
4657
  # the other operations, but only `AND` is supported among each
4641
4658
  # dimension.
4642
4659
  #
4660
+ # Filtering by tags isn't supported.
4661
+ #
4643
4662
  #
4644
4663
  #
4645
4664
  # [1]: https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html
@@ -5152,8 +5171,8 @@ module Aws::CostExplorer
5152
5171
  # @return [Types::ElastiCacheInstanceDetails]
5153
5172
  #
5154
5173
  # @!attribute [rw] es_instance_details
5155
- # The Amazon ES instances that Amazon Web Services recommends that you
5156
- # purchase.
5174
+ # The Amazon OpenSearch Service instances that Amazon Web Services
5175
+ # recommends that you purchase.
5157
5176
  # @return [Types::ESInstanceDetails]
5158
5177
  #
5159
5178
  # @see http://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/InstanceDetails AWS API Documentation
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-costexplorer/customizations'
48
48
  # @!group service
49
49
  module Aws::CostExplorer
50
50
 
51
- GEM_VERSION = '1.70.0'
51
+ GEM_VERSION = '1.71.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-costexplorer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.70.0
4
+ version: 1.71.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-21 00:00:00.000000000 Z
11
+ date: 2022-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core