aws-sdk-costoptimizationhub 1.23.0 → 1.24.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-costoptimizationhub/client.rb +1 -1
- data/lib/aws-sdk-costoptimizationhub.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 741d06fab53213cac149b78e5e98b10981f79860585709394cb84c29f379b084
|
4
|
+
data.tar.gz: ec59f2a69ab4b5872dd259e4c6e5b37248a2d7e8190443a0e4fb2a1feac09079
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 420165abceebf7b85584108f9dd2a2b7bf7f671f4fcce2a9e9edec43b25aa5b44de441f3cddd0d017d6396dd644d2ecfae82ec4d168f6df9434bb672383e0aee
|
7
|
+
data.tar.gz: b59cdc0c893809390b03fe3cc2b7d60f0429fee36dff5e74c78e96488010a56ab2870c9f801b9404bbcfb2b27aa10d046c1204fe040cbbbc186286180666fba2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.24.0
|
@@ -1416,7 +1416,7 @@ module Aws::CostOptimizationHub
|
|
1416
1416
|
tracer: tracer
|
1417
1417
|
)
|
1418
1418
|
context[:gem_name] = 'aws-sdk-costoptimizationhub'
|
1419
|
-
context[:gem_version] = '1.
|
1419
|
+
context[:gem_version] = '1.24.0'
|
1420
1420
|
Seahorse::Client::Request.new(handlers, context)
|
1421
1421
|
end
|
1422
1422
|
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-costoptimizationhub
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.24.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -78,7 +77,6 @@ licenses:
|
|
78
77
|
metadata:
|
79
78
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-costoptimizationhub
|
80
79
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-costoptimizationhub/CHANGELOG.md
|
81
|
-
post_install_message:
|
82
80
|
rdoc_options: []
|
83
81
|
require_paths:
|
84
82
|
- lib
|
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
91
|
- !ruby/object:Gem::Version
|
94
92
|
version: '0'
|
95
93
|
requirements: []
|
96
|
-
rubygems_version: 3.
|
97
|
-
signing_key:
|
94
|
+
rubygems_version: 3.6.7
|
98
95
|
specification_version: 4
|
99
96
|
summary: AWS SDK for Ruby - Cost Optimization Hub
|
100
97
|
test_files: []
|