aws-sdk-costexplorer 1.35.0 → 1.36.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-costexplorer.rb +1 -1
- data/lib/aws-sdk-costexplorer/client.rb +20 -6
- data/lib/aws-sdk-costexplorer/types.rb +20 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3111002a074ce32db299c6dbdaa67c11d8309222
|
4
|
+
data.tar.gz: 4e2f8bf9636ad9a46cdbfbc3721222a721ce348c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4762a81011d0fb1a1cd02099f6551ddb9148456619ee3e74ff3b27841437d3f8e272e2a12fb605ec7a3b63edc99bf707fe59e70aac1e68693f999cb063ada14
|
7
|
+
data.tar.gz: 2af35cbb1ca6986c5a59214634fb2523774f19982566cabe7178168c2cf7f87e7ed0e14c461e08f927f216bdb5e4c1a7d032b82b0e2d874ac79f45a984d6f743
|
data/lib/aws-sdk-costexplorer.rb
CHANGED
@@ -264,7 +264,7 @@ module Aws::CostExplorer
|
|
264
264
|
|
265
265
|
# @!group API Operations
|
266
266
|
|
267
|
-
# <i> <b>Cost Category is in
|
267
|
+
# <i> <b>Cost Category is in public beta for AWS Billing and Cost
|
268
268
|
# Management and is subject to change. Your use of Cost Categories is
|
269
269
|
# subject to the Beta Service Participation terms of the <a
|
270
270
|
# href="https://aws.amazon.com/service-terms/">AWS Service Terms</a>
|
@@ -279,6 +279,13 @@ module Aws::CostExplorer
|
|
279
279
|
# The rule schema version in this particular Cost Category.
|
280
280
|
#
|
281
281
|
# @option params [required, Array<Types::CostCategoryRule>] :rules
|
282
|
+
# `CreateCostCategoryDefinition` supports dimensions, Tags, and nested
|
283
|
+
# expressions. Currently the only dimensions supported is
|
284
|
+
# `LINKED_ACCOUNT`.
|
285
|
+
#
|
286
|
+
# Root level `OR` is not supported. We recommend you create a separate
|
287
|
+
# rule instead.
|
288
|
+
#
|
282
289
|
# Rules are processed in order. If there are multiple rules that match
|
283
290
|
# the line item, then the first rule to match is used to determine that
|
284
291
|
# Cost Category value.
|
@@ -341,7 +348,7 @@ module Aws::CostExplorer
|
|
341
348
|
req.send_request(options)
|
342
349
|
end
|
343
350
|
|
344
|
-
# <i> <b>Cost Category is in
|
351
|
+
# <i> <b>Cost Category is in public beta for AWS Billing and Cost
|
345
352
|
# Management and is subject to change. Your use of Cost Categories is
|
346
353
|
# subject to the Beta Service Participation terms of the <a
|
347
354
|
# href="https://aws.amazon.com/service-terms/">AWS Service Terms</a>
|
@@ -378,7 +385,7 @@ module Aws::CostExplorer
|
|
378
385
|
req.send_request(options)
|
379
386
|
end
|
380
387
|
|
381
|
-
# <i> <b>Cost Category is in
|
388
|
+
# <i> <b>Cost Category is in public beta for AWS Billing and Cost
|
382
389
|
# Management and is subject to change. Your use of Cost Categories is
|
383
390
|
# subject to the Beta Service Participation terms of the <a
|
384
391
|
# href="https://aws.amazon.com/service-terms/">AWS Service Terms</a>
|
@@ -2432,7 +2439,7 @@ module Aws::CostExplorer
|
|
2432
2439
|
req.send_request(options)
|
2433
2440
|
end
|
2434
2441
|
|
2435
|
-
# <i> <b>Cost Category is in
|
2442
|
+
# <i> <b>Cost Category is in public beta for AWS Billing and Cost
|
2436
2443
|
# Management and is subject to change. Your use of Cost Categories is
|
2437
2444
|
# subject to the Beta Service Participation terms of the <a
|
2438
2445
|
# href="https://aws.amazon.com/service-terms/">AWS Service Terms</a>
|
@@ -2486,7 +2493,7 @@ module Aws::CostExplorer
|
|
2486
2493
|
req.send_request(options)
|
2487
2494
|
end
|
2488
2495
|
|
2489
|
-
# <i> <b>Cost Category is in
|
2496
|
+
# <i> <b>Cost Category is in public beta for AWS Billing and Cost
|
2490
2497
|
# Management and is subject to change. Your use of Cost Categories is
|
2491
2498
|
# subject to the Beta Service Participation terms of the <a
|
2492
2499
|
# href="https://aws.amazon.com/service-terms/">AWS Service Terms</a>
|
@@ -2504,6 +2511,13 @@ module Aws::CostExplorer
|
|
2504
2511
|
# The rule schema version in this particular Cost Category.
|
2505
2512
|
#
|
2506
2513
|
# @option params [required, Array<Types::CostCategoryRule>] :rules
|
2514
|
+
# `UpdateCostCategoryDefinition` supports dimensions, Tags, and nested
|
2515
|
+
# expressions. Currently the only dimensions supported is
|
2516
|
+
# `LINKED_ACCOUNT`.
|
2517
|
+
#
|
2518
|
+
# Root level `OR` is not supported. We recommend you create a separate
|
2519
|
+
# rule instead.
|
2520
|
+
#
|
2507
2521
|
# Rules are processed in order. If there are multiple rules that match
|
2508
2522
|
# the line item, then the first rule to match is used to determine that
|
2509
2523
|
# Cost Category value.
|
@@ -2579,7 +2593,7 @@ module Aws::CostExplorer
|
|
2579
2593
|
params: params,
|
2580
2594
|
config: config)
|
2581
2595
|
context[:gem_name] = 'aws-sdk-costexplorer'
|
2582
|
-
context[:gem_version] = '1.
|
2596
|
+
context[:gem_version] = '1.36.0'
|
2583
2597
|
Seahorse::Client::Request.new(handlers, context)
|
2584
2598
|
end
|
2585
2599
|
|
@@ -20,7 +20,7 @@ module Aws::CostExplorer
|
|
20
20
|
include Aws::Structure
|
21
21
|
end
|
22
22
|
|
23
|
-
# <i> <b>Cost Category is in
|
23
|
+
# <i> <b>Cost Category is in public beta for AWS Billing and Cost
|
24
24
|
# Management and is subject to change. Your use of Cost Categories is
|
25
25
|
# subject to the Beta Service Participation terms of the <a
|
26
26
|
# href="https://aws.amazon.com/service-terms/">AWS Service Terms</a>
|
@@ -67,7 +67,7 @@ module Aws::CostExplorer
|
|
67
67
|
include Aws::Structure
|
68
68
|
end
|
69
69
|
|
70
|
-
# <i> <b>Cost Category is in
|
70
|
+
# <i> <b>Cost Category is in public beta for AWS Billing and Cost
|
71
71
|
# Management and is subject to change. Your use of Cost Categories is
|
72
72
|
# subject to the Beta Service Participation terms of the <a
|
73
73
|
# href="https://aws.amazon.com/service-terms/">AWS Service Terms</a>
|
@@ -105,7 +105,7 @@ module Aws::CostExplorer
|
|
105
105
|
include Aws::Structure
|
106
106
|
end
|
107
107
|
|
108
|
-
# <i> <b>Cost Category is in
|
108
|
+
# <i> <b>Cost Category is in public beta for AWS Billing and Cost
|
109
109
|
# Management and is subject to change. Your use of Cost Categories is
|
110
110
|
# subject to the Beta Service Participation terms of the <a
|
111
111
|
# href="https://aws.amazon.com/service-terms/">AWS Service Terms</a>
|
@@ -175,7 +175,7 @@ module Aws::CostExplorer
|
|
175
175
|
include Aws::Structure
|
176
176
|
end
|
177
177
|
|
178
|
-
# <i> <b>Cost Category is in
|
178
|
+
# <i> <b>Cost Category is in public beta for AWS Billing and Cost
|
179
179
|
# Management and is subject to change. Your use of Cost Categories is
|
180
180
|
# subject to the Beta Service Participation terms of the <a
|
181
181
|
# href="https://aws.amazon.com/service-terms/">AWS Service Terms</a>
|
@@ -391,6 +391,13 @@ module Aws::CostExplorer
|
|
391
391
|
# @return [String]
|
392
392
|
#
|
393
393
|
# @!attribute [rw] rules
|
394
|
+
# `CreateCostCategoryDefinition` supports dimensions, Tags, and nested
|
395
|
+
# expressions. Currently the only dimensions supported is
|
396
|
+
# `LINKED_ACCOUNT`.
|
397
|
+
#
|
398
|
+
# Root level `OR` is not supported. We recommend you create a separate
|
399
|
+
# rule instead.
|
400
|
+
#
|
394
401
|
# Rules are processed in order. If there are multiple rules that match
|
395
402
|
# the line item, then the first rule to match is used to determine
|
396
403
|
# that Cost Category value.
|
@@ -589,7 +596,7 @@ module Aws::CostExplorer
|
|
589
596
|
end
|
590
597
|
|
591
598
|
# @!attribute [rw] cost_category
|
592
|
-
# <i> <b>Cost Category is in
|
599
|
+
# <i> <b>Cost Category is in public beta for AWS Billing and Cost
|
593
600
|
# Management and is subject to change. Your use of Cost Categories is
|
594
601
|
# subject to the Beta Service Participation terms of the <a
|
595
602
|
# href="https://aws.amazon.com/service-terms/">AWS Service Terms</a>
|
@@ -1048,7 +1055,7 @@ module Aws::CostExplorer
|
|
1048
1055
|
# @return [Types::TagValues]
|
1049
1056
|
#
|
1050
1057
|
# @!attribute [rw] cost_categories
|
1051
|
-
# <i> <b>Cost Category is in
|
1058
|
+
# <i> <b>Cost Category is in public beta for AWS Billing and Cost
|
1052
1059
|
# Management and is subject to change. Your use of Cost Categories is
|
1053
1060
|
# subject to the Beta Service Participation terms of the <a
|
1054
1061
|
# href="https://aws.amazon.com/service-terms/">AWS Service Terms</a>
|
@@ -4473,6 +4480,13 @@ module Aws::CostExplorer
|
|
4473
4480
|
# @return [String]
|
4474
4481
|
#
|
4475
4482
|
# @!attribute [rw] rules
|
4483
|
+
# `UpdateCostCategoryDefinition` supports dimensions, Tags, and nested
|
4484
|
+
# expressions. Currently the only dimensions supported is
|
4485
|
+
# `LINKED_ACCOUNT`.
|
4486
|
+
#
|
4487
|
+
# Root level `OR` is not supported. We recommend you create a separate
|
4488
|
+
# rule instead.
|
4489
|
+
#
|
4476
4490
|
# Rules are processed in order. If there are multiple rules that match
|
4477
4491
|
# the line item, then the first rule to match is used to determine
|
4478
4492
|
# that Cost Category value.
|
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.
|
4
|
+
version: 1.36.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: 2020-01-
|
11
|
+
date: 2020-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|