aws-sdk-applicationcostprofiler 1.38.0 → 1.39.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-applicationcostprofiler/client.rb +1 -1
- data/lib/aws-sdk-applicationcostprofiler.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: f2b410af42ae5cefebd193a9c3c5b412d16a2835efa97150ca92198e22203a3a
|
4
|
+
data.tar.gz: 3a50db18a5c521d5bec367814949187500103c7646ec07c5bf0cb919b47bf326
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad8d2d5b9839b47b88b46a216731ccef2eb29957803efb454aa49fe53034d5b870d11fa6978223ed215ceb61b783daae4ea5388c306dac7f4075e70311f2a11a
|
7
|
+
data.tar.gz: '089b3dd25c5679e6dca2a368353a5b2d6689af5f517aa9261571319c7549d02865e3c27dea10b38b4cae12250026107c85493cb5637b0203c05ef8f6968d8d7f'
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.39.0
|
@@ -742,7 +742,7 @@ module Aws::ApplicationCostProfiler
|
|
742
742
|
tracer: tracer
|
743
743
|
)
|
744
744
|
context[:gem_name] = 'aws-sdk-applicationcostprofiler'
|
745
|
-
context[:gem_version] = '1.
|
745
|
+
context[:gem_version] = '1.39.0'
|
746
746
|
Seahorse::Client::Request.new(handlers, context)
|
747
747
|
end
|
748
748
|
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-applicationcostprofiler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.39.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
|
@@ -77,7 +76,6 @@ licenses:
|
|
77
76
|
metadata:
|
78
77
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-applicationcostprofiler
|
79
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-applicationcostprofiler/CHANGELOG.md
|
80
|
-
post_install_message:
|
81
79
|
rdoc_options: []
|
82
80
|
require_paths:
|
83
81
|
- lib
|
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
90
|
- !ruby/object:Gem::Version
|
93
91
|
version: '0'
|
94
92
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
96
|
-
signing_key:
|
93
|
+
rubygems_version: 3.6.7
|
97
94
|
specification_version: 4
|
98
95
|
summary: AWS SDK for Ruby - AWS Application Cost Profiler
|
99
96
|
test_files: []
|