aws-sdk-costexplorer 1.83.0 → 1.84.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-costexplorer/client.rb +11 -6
- data/lib/aws-sdk-costexplorer/types.rb +5 -5
- data/lib/aws-sdk-costexplorer.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4ba2c2434958df8c90f67af769193b860d082746514683562e3d010567f5090a
|
|
4
|
+
data.tar.gz: 0cfd2ff6ba1cb0be9f8f1d8f8e706c44c2914311995c5651c3e3a4db8e1a1b54
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8ceeef765efba5bc9d9949984788f52b64067b8b556c7a426dfc3b0f1bda09b16dcbd237cb613cb89ab963957a228a6f63c261fa4f5631f92fd5e1bb0651ffa5
|
|
7
|
+
data.tar.gz: 434f8f8ae4284a95382f15b41b50bbaedc5b5e3ecb22c1bef289b7ef57db341e3d968408a35fe146ae9ae5023074a033826ca9ed9d5be486549ec7e5e3faaed8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.84.0
|
|
@@ -275,6 +275,11 @@ module Aws::CostExplorer
|
|
|
275
275
|
# in the future.
|
|
276
276
|
#
|
|
277
277
|
#
|
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
|
279
|
+
# A unique and opaque application ID that is appended to the
|
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
|
281
|
+
# maximum length of 50.
|
|
282
|
+
#
|
|
278
283
|
# @option options [String] :secret_access_key
|
|
279
284
|
#
|
|
280
285
|
# @option options [String] :session_token
|
|
@@ -2399,7 +2404,7 @@ module Aws::CostExplorer
|
|
|
2399
2404
|
# @option params [Types::SortDefinition] :sort_by
|
|
2400
2405
|
# The value by which you want to sort the data.
|
|
2401
2406
|
#
|
|
2402
|
-
# The following values are supported for `Key
|
|
2407
|
+
# The following values are supported for `Key`:
|
|
2403
2408
|
#
|
|
2404
2409
|
# * `OnDemandCost`
|
|
2405
2410
|
#
|
|
@@ -2880,7 +2885,7 @@ module Aws::CostExplorer
|
|
|
2880
2885
|
# @option params [Types::SortDefinition] :sort_by
|
|
2881
2886
|
# The value that you want to sort the data by.
|
|
2882
2887
|
#
|
|
2883
|
-
# The following values are supported for `Key
|
|
2888
|
+
# The following values are supported for `Key`:
|
|
2884
2889
|
#
|
|
2885
2890
|
# * `UtilizationPercentage`
|
|
2886
2891
|
#
|
|
@@ -3407,7 +3412,7 @@ module Aws::CostExplorer
|
|
|
3407
3412
|
# @option params [Types::SortDefinition] :sort_by
|
|
3408
3413
|
# The value that you want to sort the data by.
|
|
3409
3414
|
#
|
|
3410
|
-
# The following values are supported for `Key
|
|
3415
|
+
# The following values are supported for `Key`:
|
|
3411
3416
|
#
|
|
3412
3417
|
# * `SpendCoveredBySavingsPlan`
|
|
3413
3418
|
#
|
|
@@ -3705,7 +3710,7 @@ module Aws::CostExplorer
|
|
|
3705
3710
|
# @option params [Types::SortDefinition] :sort_by
|
|
3706
3711
|
# The value that you want to sort the data by.
|
|
3707
3712
|
#
|
|
3708
|
-
# The following values are supported for `Key
|
|
3713
|
+
# The following values are supported for `Key`:
|
|
3709
3714
|
#
|
|
3710
3715
|
# * `UtilizationPercentage`
|
|
3711
3716
|
#
|
|
@@ -3858,7 +3863,7 @@ module Aws::CostExplorer
|
|
|
3858
3863
|
# @option params [Types::SortDefinition] :sort_by
|
|
3859
3864
|
# The value that you want to sort the data by.
|
|
3860
3865
|
#
|
|
3861
|
-
# The following values are supported for `Key
|
|
3866
|
+
# The following values are supported for `Key`:
|
|
3862
3867
|
#
|
|
3863
3868
|
# * `UtilizationPercentage`
|
|
3864
3869
|
#
|
|
@@ -5046,7 +5051,7 @@ module Aws::CostExplorer
|
|
|
5046
5051
|
params: params,
|
|
5047
5052
|
config: config)
|
|
5048
5053
|
context[:gem_name] = 'aws-sdk-costexplorer'
|
|
5049
|
-
context[:gem_version] = '1.
|
|
5054
|
+
context[:gem_version] = '1.84.0'
|
|
5050
5055
|
Seahorse::Client::Request.new(handlers, context)
|
|
5051
5056
|
end
|
|
5052
5057
|
|
|
@@ -3195,7 +3195,7 @@ module Aws::CostExplorer
|
|
|
3195
3195
|
# @!attribute [rw] sort_by
|
|
3196
3196
|
# The value by which you want to sort the data.
|
|
3197
3197
|
#
|
|
3198
|
-
# The following values are supported for `Key
|
|
3198
|
+
# The following values are supported for `Key`:
|
|
3199
3199
|
#
|
|
3200
3200
|
# * `OnDemandCost`
|
|
3201
3201
|
#
|
|
@@ -3510,7 +3510,7 @@ module Aws::CostExplorer
|
|
|
3510
3510
|
# @!attribute [rw] sort_by
|
|
3511
3511
|
# The value that you want to sort the data by.
|
|
3512
3512
|
#
|
|
3513
|
-
# The following values are supported for `Key
|
|
3513
|
+
# The following values are supported for `Key`:
|
|
3514
3514
|
#
|
|
3515
3515
|
# * `UtilizationPercentage`
|
|
3516
3516
|
#
|
|
@@ -3835,7 +3835,7 @@ module Aws::CostExplorer
|
|
|
3835
3835
|
# @!attribute [rw] sort_by
|
|
3836
3836
|
# The value that you want to sort the data by.
|
|
3837
3837
|
#
|
|
3838
|
-
# The following values are supported for `Key
|
|
3838
|
+
# The following values are supported for `Key`:
|
|
3839
3839
|
#
|
|
3840
3840
|
# * `SpendCoveredBySavingsPlan`
|
|
3841
3841
|
#
|
|
@@ -4028,7 +4028,7 @@ module Aws::CostExplorer
|
|
|
4028
4028
|
# @!attribute [rw] sort_by
|
|
4029
4029
|
# The value that you want to sort the data by.
|
|
4030
4030
|
#
|
|
4031
|
-
# The following values are supported for `Key
|
|
4031
|
+
# The following values are supported for `Key`:
|
|
4032
4032
|
#
|
|
4033
4033
|
# * `UtilizationPercentage`
|
|
4034
4034
|
#
|
|
@@ -4134,7 +4134,7 @@ module Aws::CostExplorer
|
|
|
4134
4134
|
# @!attribute [rw] sort_by
|
|
4135
4135
|
# The value that you want to sort the data by.
|
|
4136
4136
|
#
|
|
4137
|
-
# The following values are supported for `Key
|
|
4137
|
+
# The following values are supported for `Key`:
|
|
4138
4138
|
#
|
|
4139
4139
|
# * `UtilizationPercentage`
|
|
4140
4140
|
#
|
data/lib/aws-sdk-costexplorer.rb
CHANGED
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.84.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: 2023-
|
|
11
|
+
date: 2023-05-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.174.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.174.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|