aws-sdk-costexplorer 1.83.0 → 1.85.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-costexplorer/client.rb +11 -6
- data/lib/aws-sdk-costexplorer/endpoints.rb +1 -0
- 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: 2c2bf652ee04f61c8e97e66c0f07d22b34cb7874876c3ac76c2ad848924f56ba
|
4
|
+
data.tar.gz: 72076c72c08fd6453e11cbaf417002c176bd3676870947914abcedb3d93a3a6f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e0cd44e8596fe14e5e1cd91a9aae57a8e5812b0acdd852bd8daa6665db126d5917f413a29510ed94dbec759ba9540c697342be9f32b12813eab29dcfa2f2467e
|
7
|
+
data.tar.gz: 8b44757b22009d4e8ad5dd3b8ac19794bce027ea44a33c70c0f3b2dfbb2cf2f980602237eaf263534f11f7f88efd36be926c2e2b273fecb7c6d02fcdab094d04
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.85.0 (2023-06-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.84.0 (2023-05-31)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.83.0 (2023-01-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.85.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.85.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.85.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-06-15 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
|