aws-sdk-costexplorer 1.114.0 → 1.115.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: f2374b85791a640d979d5b1bd6e063a70f391d93b9ec5b4da8e415ea088ae676
4
- data.tar.gz: 565f0866059c9dfe1ee4d193f3fb88985e4ecaa975ef035abe66a86884114548
3
+ metadata.gz: 0dbea5b3bd8cd3e7760d1887f05abec59afcf5f4b58a555e61e7ddddca22ac60
4
+ data.tar.gz: dd73334488e38185a68e8e5aae8fc42505ee45e5ca789aefe5274d8cd9574cc5
5
5
  SHA512:
6
- metadata.gz: acacd9bc83c3a0075a680b75a78c3872ee2b9ec3d7adce0b817f251d14948e3206da62d5aeeebf5f33d93733a01af41a9802c4ae3aa3537c8b1c7ec6f205ba3f
7
- data.tar.gz: 453b3a4993497d0bd9f627fcae05f326beabb9f497aff9460eccdc642e633210c0c84b44f114e51e5ddf64e260954d12dbfdaf36352d5aafd871f3c69391e3bf
6
+ metadata.gz: d6b1981333575697ac13a4a6bf1ac6934df4a7264147f6b374fb555aecae6f8296b39b953fa0883e58fe710895fea1445087aba146c716d95e512c5cc4783cda
7
+ data.tar.gz: beb804457ed418f0af7e31f8c2e7805a6fc341960223e12637e70ba8215907fb22e001f50c36004a027857901ef46d5d01eca43e51267d75258d15740874cb2b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.115.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.114.0 (2024-11-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.114.0
1
+ 1.115.0
@@ -1655,7 +1655,6 @@ module Aws::CostExplorer
1655
1655
  #
1656
1656
  # * Specify the `Dimensions` field to define a filter that acts on
1657
1657
  # the [ `DimensionValues` ][1].
1658
- #
1659
1658
  # * For each filter type, you can set the dimension name and values
1660
1659
  # for the filters that you plan to use.
1661
1660
  #
@@ -1670,7 +1669,6 @@ module Aws::CostExplorer
1670
1669
  #
1671
1670
  # * As shown in the previous example, lists of dimension values are
1672
1671
  # combined with `OR` when applying the filter.
1673
- #
1674
1672
  # * You can also set different match options to further control how
1675
1673
  # the filter behaves. Not all APIs support match options. Refer to
1676
1674
  # the documentation for each specific API to see what is supported.
@@ -1681,7 +1679,6 @@ module Aws::CostExplorer
1681
1679
  # * The corresponding `Expression` for this example is as follows:
1682
1680
  # `{ "Dimensions": { "Key": "LINKED_ACCOUNT_NAME", "MatchOptions":
1683
1681
  # [ "STARTS_WITH" ], "Values": [ "a" ] } }`
1684
- #
1685
1682
  # * Compound `Expression` types with logical operations.
1686
1683
  #
1687
1684
  # * You can use multiple `Expression` types and the logical operators
@@ -1697,7 +1694,6 @@ module Aws::CostExplorer
1697
1694
  # "us-east-1", "us-west-1" ] }}, {"Tags": { "Key": "TagName",
1698
1695
  # "Values": ["Value1"] } } ]}, {"Not": {"Dimensions": { "Key":
1699
1696
  # "USAGE_TYPE", "Values": ["DataTransfer"] }}} ] } `
1700
- #
1701
1697
  # <note markdown="1"> Because each `Expression` can have only one operator, the service
1702
1698
  # returns an error if more than one is specified. The following
1703
1699
  # example shows an `Expression` object that creates an error: ` {
@@ -2201,7 +2197,6 @@ module Aws::CostExplorer
2201
2197
  #
2202
2198
  # * Specify the `Dimensions` field to define a filter that acts on
2203
2199
  # the [ `DimensionValues` ][1].
2204
- #
2205
2200
  # * For each filter type, you can set the dimension name and values
2206
2201
  # for the filters that you plan to use.
2207
2202
  #
@@ -2216,7 +2211,6 @@ module Aws::CostExplorer
2216
2211
  #
2217
2212
  # * As shown in the previous example, lists of dimension values are
2218
2213
  # combined with `OR` when applying the filter.
2219
- #
2220
2214
  # * You can also set different match options to further control how
2221
2215
  # the filter behaves. Not all APIs support match options. Refer to
2222
2216
  # the documentation for each specific API to see what is supported.
@@ -2227,7 +2221,6 @@ module Aws::CostExplorer
2227
2221
  # * The corresponding `Expression` for this example is as follows:
2228
2222
  # `{ "Dimensions": { "Key": "LINKED_ACCOUNT_NAME", "MatchOptions":
2229
2223
  # [ "STARTS_WITH" ], "Values": [ "a" ] } }`
2230
- #
2231
2224
  # * Compound `Expression` types with logical operations.
2232
2225
  #
2233
2226
  # * You can use multiple `Expression` types and the logical operators
@@ -2243,7 +2236,6 @@ module Aws::CostExplorer
2243
2236
  # "us-east-1", "us-west-1" ] }}, {"Tags": { "Key": "TagName",
2244
2237
  # "Values": ["Value1"] } } ]}, {"Not": {"Dimensions": { "Key":
2245
2238
  # "USAGE_TYPE", "Values": ["DataTransfer"] }}} ] } `
2246
- #
2247
2239
  # <note markdown="1"> Because each `Expression` can have only one operator, the service
2248
2240
  # returns an error if more than one is specified. The following
2249
2241
  # example shows an `Expression` object that creates an error: ` {
@@ -2711,7 +2703,6 @@ module Aws::CostExplorer
2711
2703
  #
2712
2704
  # * Specify the `Dimensions` field to define a filter that acts on
2713
2705
  # the [ `DimensionValues` ][1].
2714
- #
2715
2706
  # * For each filter type, you can set the dimension name and values
2716
2707
  # for the filters that you plan to use.
2717
2708
  #
@@ -2726,7 +2717,6 @@ module Aws::CostExplorer
2726
2717
  #
2727
2718
  # * As shown in the previous example, lists of dimension values are
2728
2719
  # combined with `OR` when applying the filter.
2729
- #
2730
2720
  # * You can also set different match options to further control how
2731
2721
  # the filter behaves. Not all APIs support match options. Refer to
2732
2722
  # the documentation for each specific API to see what is supported.
@@ -2737,7 +2727,6 @@ module Aws::CostExplorer
2737
2727
  # * The corresponding `Expression` for this example is as follows:
2738
2728
  # `{ "Dimensions": { "Key": "LINKED_ACCOUNT_NAME", "MatchOptions":
2739
2729
  # [ "STARTS_WITH" ], "Values": [ "a" ] } }`
2740
- #
2741
2730
  # * Compound `Expression` types with logical operations.
2742
2731
  #
2743
2732
  # * You can use multiple `Expression` types and the logical operators
@@ -2753,7 +2742,6 @@ module Aws::CostExplorer
2753
2742
  # "us-east-1", "us-west-1" ] }}, {"Tags": { "Key": "TagName",
2754
2743
  # "Values": ["Value1"] } } ]}, {"Not": {"Dimensions": { "Key":
2755
2744
  # "USAGE_TYPE", "Values": ["DataTransfer"] }}} ] } `
2756
- #
2757
2745
  # <note markdown="1"> Because each `Expression` can have only one operator, the service
2758
2746
  # returns an error if more than one is specified. The following
2759
2747
  # example shows an `Expression` object that creates an error: ` {
@@ -3232,7 +3220,6 @@ module Aws::CostExplorer
3232
3220
  #
3233
3221
  # * Specify the `Dimensions` field to define a filter that acts on
3234
3222
  # the [ `DimensionValues` ][1].
3235
- #
3236
3223
  # * For each filter type, you can set the dimension name and values
3237
3224
  # for the filters that you plan to use.
3238
3225
  #
@@ -3247,7 +3234,6 @@ module Aws::CostExplorer
3247
3234
  #
3248
3235
  # * As shown in the previous example, lists of dimension values are
3249
3236
  # combined with `OR` when applying the filter.
3250
- #
3251
3237
  # * You can also set different match options to further control how
3252
3238
  # the filter behaves. Not all APIs support match options. Refer to
3253
3239
  # the documentation for each specific API to see what is supported.
@@ -3258,7 +3244,6 @@ module Aws::CostExplorer
3258
3244
  # * The corresponding `Expression` for this example is as follows:
3259
3245
  # `{ "Dimensions": { "Key": "LINKED_ACCOUNT_NAME", "MatchOptions":
3260
3246
  # [ "STARTS_WITH" ], "Values": [ "a" ] } }`
3261
- #
3262
3247
  # * Compound `Expression` types with logical operations.
3263
3248
  #
3264
3249
  # * You can use multiple `Expression` types and the logical operators
@@ -3274,7 +3259,6 @@ module Aws::CostExplorer
3274
3259
  # "us-east-1", "us-west-1" ] }}, {"Tags": { "Key": "TagName",
3275
3260
  # "Values": ["Value1"] } } ]}, {"Not": {"Dimensions": { "Key":
3276
3261
  # "USAGE_TYPE", "Values": ["DataTransfer"] }}} ] } `
3277
- #
3278
3262
  # <note markdown="1"> Because each `Expression` can have only one operator, the service
3279
3263
  # returns an error if more than one is specified. The following
3280
3264
  # example shows an `Expression` object that creates an error: ` {
@@ -4210,7 +4194,6 @@ module Aws::CostExplorer
4210
4194
  #
4211
4195
  # * Specify the `Dimensions` field to define a filter that acts on
4212
4196
  # the [ `DimensionValues` ][1].
4213
- #
4214
4197
  # * For each filter type, you can set the dimension name and values
4215
4198
  # for the filters that you plan to use.
4216
4199
  #
@@ -4225,7 +4208,6 @@ module Aws::CostExplorer
4225
4208
  #
4226
4209
  # * As shown in the previous example, lists of dimension values are
4227
4210
  # combined with `OR` when applying the filter.
4228
- #
4229
4211
  # * You can also set different match options to further control how
4230
4212
  # the filter behaves. Not all APIs support match options. Refer to
4231
4213
  # the documentation for each specific API to see what is supported.
@@ -4236,7 +4218,6 @@ module Aws::CostExplorer
4236
4218
  # * The corresponding `Expression` for this example is as follows:
4237
4219
  # `{ "Dimensions": { "Key": "LINKED_ACCOUNT_NAME", "MatchOptions":
4238
4220
  # [ "STARTS_WITH" ], "Values": [ "a" ] } }`
4239
- #
4240
4221
  # * Compound `Expression` types with logical operations.
4241
4222
  #
4242
4223
  # * You can use multiple `Expression` types and the logical operators
@@ -4252,7 +4233,6 @@ module Aws::CostExplorer
4252
4233
  # "us-east-1", "us-west-1" ] }}, {"Tags": { "Key": "TagName",
4253
4234
  # "Values": ["Value1"] } } ]}, {"Not": {"Dimensions": { "Key":
4254
4235
  # "USAGE_TYPE", "Values": ["DataTransfer"] }}} ] } `
4255
- #
4256
4236
  # <note markdown="1"> Because each `Expression` can have only one operator, the service
4257
4237
  # returns an error if more than one is specified. The following
4258
4238
  # example shows an `Expression` object that creates an error: ` {
@@ -5356,7 +5336,7 @@ module Aws::CostExplorer
5356
5336
  tracer: tracer
5357
5337
  )
5358
5338
  context[:gem_name] = 'aws-sdk-costexplorer'
5359
- context[:gem_version] = '1.114.0'
5339
+ context[:gem_version] = '1.115.0'
5360
5340
  Seahorse::Client::Request.new(handlers, context)
5361
5341
  end
5362
5342
 
@@ -140,7 +140,6 @@ module Aws::CostExplorer
140
140
  #
141
141
  # * Specify the `Dimensions` field to define a filter that acts on
142
142
  # the [ `DimensionValues` ][1].
143
- #
144
143
  # * For each filter type, you can set the dimension name and values
145
144
  # for the filters that you plan to use.
146
145
  #
@@ -155,7 +154,6 @@ module Aws::CostExplorer
155
154
  #
156
155
  # * As shown in the previous example, lists of dimension values
157
156
  # are combined with `OR` when applying the filter.
158
- #
159
157
  # * You can also set different match options to further control how
160
158
  # the filter behaves. Not all APIs support match options. Refer to
161
159
  # the documentation for each specific API to see what is
@@ -167,7 +165,6 @@ module Aws::CostExplorer
167
165
  # * The corresponding `Expression` for this example is as follows:
168
166
  # `{ "Dimensions": { "Key": "LINKED_ACCOUNT_NAME",
169
167
  # "MatchOptions": [ "STARTS_WITH" ], "Values": [ "a" ] } }`
170
- #
171
168
  # * Compound `Expression` types with logical operations.
172
169
  #
173
170
  # * You can use multiple `Expression` types and the logical
@@ -184,7 +181,6 @@ module Aws::CostExplorer
184
181
  # [ "us-east-1", "us-west-1" ] }}, {"Tags": { "Key": "TagName",
185
182
  # "Values": ["Value1"] } } ]}, {"Not": {"Dimensions": { "Key":
186
183
  # "USAGE_TYPE", "Values": ["DataTransfer"] }}} ] } `
187
- #
188
184
  # <note markdown="1"> Because each `Expression` can have only one operator, the service
189
185
  # returns an error if more than one is specified. The following
190
186
  # example shows an `Expression` object that creates an error: ` {
@@ -1803,7 +1799,6 @@ module Aws::CostExplorer
1803
1799
  #
1804
1800
  # * Specify the `Dimensions` field to define a filter that acts on
1805
1801
  # the [ `DimensionValues` ][1].
1806
- #
1807
1802
  # * For each filter type, you can set the dimension name and values
1808
1803
  # for the filters that you plan to use.
1809
1804
  #
@@ -1818,7 +1813,6 @@ module Aws::CostExplorer
1818
1813
  #
1819
1814
  # * As shown in the previous example, lists of dimension values are
1820
1815
  # combined with `OR` when applying the filter.
1821
- #
1822
1816
  # * You can also set different match options to further control how
1823
1817
  # the filter behaves. Not all APIs support match options. Refer to
1824
1818
  # the documentation for each specific API to see what is supported.
@@ -1829,7 +1823,6 @@ module Aws::CostExplorer
1829
1823
  # * The corresponding `Expression` for this example is as follows:
1830
1824
  # `{ "Dimensions": { "Key": "LINKED_ACCOUNT_NAME", "MatchOptions":
1831
1825
  # [ "STARTS_WITH" ], "Values": [ "a" ] } }`
1832
- #
1833
1826
  # * Compound `Expression` types with logical operations.
1834
1827
  #
1835
1828
  # * You can use multiple `Expression` types and the logical operators
@@ -1845,7 +1838,6 @@ module Aws::CostExplorer
1845
1838
  # "us-east-1", "us-west-1" ] }}, {"Tags": { "Key": "TagName",
1846
1839
  # "Values": ["Value1"] } } ]}, {"Not": {"Dimensions": { "Key":
1847
1840
  # "USAGE_TYPE", "Values": ["DataTransfer"] }}} ] } `
1848
- #
1849
1841
  # <note markdown="1"> Because each `Expression` can have only one operator, the service
1850
1842
  # returns an error if more than one is specified. The following
1851
1843
  # example shows an `Expression` object that creates an error: ` {
@@ -2481,7 +2473,6 @@ module Aws::CostExplorer
2481
2473
  #
2482
2474
  # * Specify the `Dimensions` field to define a filter that acts on
2483
2475
  # the [ `DimensionValues` ][1].
2484
- #
2485
2476
  # * For each filter type, you can set the dimension name and values
2486
2477
  # for the filters that you plan to use.
2487
2478
  #
@@ -2496,7 +2487,6 @@ module Aws::CostExplorer
2496
2487
  #
2497
2488
  # * As shown in the previous example, lists of dimension values
2498
2489
  # are combined with `OR` when applying the filter.
2499
- #
2500
2490
  # * You can also set different match options to further control how
2501
2491
  # the filter behaves. Not all APIs support match options. Refer to
2502
2492
  # the documentation for each specific API to see what is
@@ -2508,7 +2498,6 @@ module Aws::CostExplorer
2508
2498
  # * The corresponding `Expression` for this example is as follows:
2509
2499
  # `{ "Dimensions": { "Key": "LINKED_ACCOUNT_NAME",
2510
2500
  # "MatchOptions": [ "STARTS_WITH" ], "Values": [ "a" ] } }`
2511
- #
2512
2501
  # * Compound `Expression` types with logical operations.
2513
2502
  #
2514
2503
  # * You can use multiple `Expression` types and the logical
@@ -2525,7 +2514,6 @@ module Aws::CostExplorer
2525
2514
  # [ "us-east-1", "us-west-1" ] }}, {"Tags": { "Key": "TagName",
2526
2515
  # "Values": ["Value1"] } } ]}, {"Not": {"Dimensions": { "Key":
2527
2516
  # "USAGE_TYPE", "Values": ["DataTransfer"] }}} ] } `
2528
- #
2529
2517
  # <note markdown="1"> Because each `Expression` can have only one operator, the service
2530
2518
  # returns an error if more than one is specified. The following
2531
2519
  # example shows an `Expression` object that creates an error: ` {
@@ -2977,7 +2965,6 @@ module Aws::CostExplorer
2977
2965
  #
2978
2966
  # * Specify the `Dimensions` field to define a filter that acts on
2979
2967
  # the [ `DimensionValues` ][1].
2980
- #
2981
2968
  # * For each filter type, you can set the dimension name and values
2982
2969
  # for the filters that you plan to use.
2983
2970
  #
@@ -2992,7 +2979,6 @@ module Aws::CostExplorer
2992
2979
  #
2993
2980
  # * As shown in the previous example, lists of dimension values
2994
2981
  # are combined with `OR` when applying the filter.
2995
- #
2996
2982
  # * You can also set different match options to further control how
2997
2983
  # the filter behaves. Not all APIs support match options. Refer to
2998
2984
  # the documentation for each specific API to see what is
@@ -3004,7 +2990,6 @@ module Aws::CostExplorer
3004
2990
  # * The corresponding `Expression` for this example is as follows:
3005
2991
  # `{ "Dimensions": { "Key": "LINKED_ACCOUNT_NAME",
3006
2992
  # "MatchOptions": [ "STARTS_WITH" ], "Values": [ "a" ] } }`
3007
- #
3008
2993
  # * Compound `Expression` types with logical operations.
3009
2994
  #
3010
2995
  # * You can use multiple `Expression` types and the logical
@@ -3021,7 +3006,6 @@ module Aws::CostExplorer
3021
3006
  # [ "us-east-1", "us-west-1" ] }}, {"Tags": { "Key": "TagName",
3022
3007
  # "Values": ["Value1"] } } ]}, {"Not": {"Dimensions": { "Key":
3023
3008
  # "USAGE_TYPE", "Values": ["DataTransfer"] }}} ] } `
3024
- #
3025
3009
  # <note markdown="1"> Because each `Expression` can have only one operator, the service
3026
3010
  # returns an error if more than one is specified. The following
3027
3011
  # example shows an `Expression` object that creates an error: ` {
@@ -3451,7 +3435,6 @@ module Aws::CostExplorer
3451
3435
  #
3452
3436
  # * Specify the `Dimensions` field to define a filter that acts on
3453
3437
  # the [ `DimensionValues` ][1].
3454
- #
3455
3438
  # * For each filter type, you can set the dimension name and values
3456
3439
  # for the filters that you plan to use.
3457
3440
  #
@@ -3466,7 +3449,6 @@ module Aws::CostExplorer
3466
3449
  #
3467
3450
  # * As shown in the previous example, lists of dimension values
3468
3451
  # are combined with `OR` when applying the filter.
3469
- #
3470
3452
  # * You can also set different match options to further control how
3471
3453
  # the filter behaves. Not all APIs support match options. Refer to
3472
3454
  # the documentation for each specific API to see what is
@@ -3478,7 +3460,6 @@ module Aws::CostExplorer
3478
3460
  # * The corresponding `Expression` for this example is as follows:
3479
3461
  # `{ "Dimensions": { "Key": "LINKED_ACCOUNT_NAME",
3480
3462
  # "MatchOptions": [ "STARTS_WITH" ], "Values": [ "a" ] } }`
3481
- #
3482
3463
  # * Compound `Expression` types with logical operations.
3483
3464
  #
3484
3465
  # * You can use multiple `Expression` types and the logical
@@ -3495,7 +3476,6 @@ module Aws::CostExplorer
3495
3476
  # [ "us-east-1", "us-west-1" ] }}, {"Tags": { "Key": "TagName",
3496
3477
  # "Values": ["Value1"] } } ]}, {"Not": {"Dimensions": { "Key":
3497
3478
  # "USAGE_TYPE", "Values": ["DataTransfer"] }}} ] } `
3498
- #
3499
3479
  # <note markdown="1"> Because each `Expression` can have only one operator, the service
3500
3480
  # returns an error if more than one is specified. The following
3501
3481
  # example shows an `Expression` object that creates an error: ` {
@@ -3778,7 +3758,6 @@ module Aws::CostExplorer
3778
3758
  #
3779
3759
  # * Specify the `Dimensions` field to define a filter that acts on
3780
3760
  # the [ `DimensionValues` ][1].
3781
- #
3782
3761
  # * For each filter type, you can set the dimension name and values
3783
3762
  # for the filters that you plan to use.
3784
3763
  #
@@ -3793,7 +3772,6 @@ module Aws::CostExplorer
3793
3772
  #
3794
3773
  # * As shown in the previous example, lists of dimension values
3795
3774
  # are combined with `OR` when applying the filter.
3796
- #
3797
3775
  # * You can also set different match options to further control how
3798
3776
  # the filter behaves. Not all APIs support match options. Refer to
3799
3777
  # the documentation for each specific API to see what is
@@ -3805,7 +3783,6 @@ module Aws::CostExplorer
3805
3783
  # * The corresponding `Expression` for this example is as follows:
3806
3784
  # `{ "Dimensions": { "Key": "LINKED_ACCOUNT_NAME",
3807
3785
  # "MatchOptions": [ "STARTS_WITH" ], "Values": [ "a" ] } }`
3808
- #
3809
3786
  # * Compound `Expression` types with logical operations.
3810
3787
  #
3811
3788
  # * You can use multiple `Expression` types and the logical
@@ -3822,7 +3799,6 @@ module Aws::CostExplorer
3822
3799
  # [ "us-east-1", "us-west-1" ] }}, {"Tags": { "Key": "TagName",
3823
3800
  # "Values": ["Value1"] } } ]}, {"Not": {"Dimensions": { "Key":
3824
3801
  # "USAGE_TYPE", "Values": ["DataTransfer"] }}} ] } `
3825
- #
3826
3802
  # <note markdown="1"> Because each `Expression` can have only one operator, the service
3827
3803
  # returns an error if more than one is specified. The following
3828
3804
  # example shows an `Expression` object that creates an error: ` {
@@ -4401,7 +4377,6 @@ module Aws::CostExplorer
4401
4377
  #
4402
4378
  # * Specify the `Dimensions` field to define a filter that acts on
4403
4379
  # the [ `DimensionValues` ][1].
4404
- #
4405
4380
  # * For each filter type, you can set the dimension name and values
4406
4381
  # for the filters that you plan to use.
4407
4382
  #
@@ -4416,7 +4391,6 @@ module Aws::CostExplorer
4416
4391
  #
4417
4392
  # * As shown in the previous example, lists of dimension values
4418
4393
  # are combined with `OR` when applying the filter.
4419
- #
4420
4394
  # * You can also set different match options to further control how
4421
4395
  # the filter behaves. Not all APIs support match options. Refer to
4422
4396
  # the documentation for each specific API to see what is
@@ -4428,7 +4402,6 @@ module Aws::CostExplorer
4428
4402
  # * The corresponding `Expression` for this example is as follows:
4429
4403
  # `{ "Dimensions": { "Key": "LINKED_ACCOUNT_NAME",
4430
4404
  # "MatchOptions": [ "STARTS_WITH" ], "Values": [ "a" ] } }`
4431
- #
4432
4405
  # * Compound `Expression` types with logical operations.
4433
4406
  #
4434
4407
  # * You can use multiple `Expression` types and the logical
@@ -4445,7 +4418,6 @@ module Aws::CostExplorer
4445
4418
  # [ "us-east-1", "us-west-1" ] }}, {"Tags": { "Key": "TagName",
4446
4419
  # "Values": ["Value1"] } } ]}, {"Not": {"Dimensions": { "Key":
4447
4420
  # "USAGE_TYPE", "Values": ["DataTransfer"] }}} ] } `
4448
- #
4449
4421
  # <note markdown="1"> Because each `Expression` can have only one operator, the service
4450
4422
  # returns an error if more than one is specified. The following
4451
4423
  # example shows an `Expression` object that creates an error: ` {
@@ -54,7 +54,7 @@ module Aws::CostExplorer
54
54
  autoload :EndpointProvider, 'aws-sdk-costexplorer/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-costexplorer/endpoints'
56
56
 
57
- GEM_VERSION = '1.114.0'
57
+ GEM_VERSION = '1.115.0'
58
58
 
59
59
  end
60
60
 
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.114.0
4
+ version: 1.115.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: 2024-11-06 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core