aws-sdk-costandusagereportservice 1.57.0 → 1.58.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4cddcab74daf2c1dac2ca87103df2c1f7ab102252dccc011c5d1b795db8d0043
|
|
4
|
+
data.tar.gz: 3b8f9e7a2701f732cce125170bc2b883c77b281a00b7a46da9a2800eebaa8dab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f01a471a041bb0e1692e421bec15ad9db1521bcd72970b4fd71ade39d64748618015170c99b99bd844c07841328c2f1f8ab48c902a079822cad7367e4e5d7935
|
|
7
|
+
data.tar.gz: e48505026b92e1178269b2c2178990643b105c9e4934c041490e84b7fbfcc2ba8950cf308d6ec78f48149ab2dfc9f06cfc459e07fc3a0945eeecaf26b0a26162
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.58.0
|
|
@@ -784,7 +784,7 @@ module Aws::CostandUsageReportService
|
|
|
784
784
|
params: params,
|
|
785
785
|
config: config)
|
|
786
786
|
context[:gem_name] = 'aws-sdk-costandusagereportservice'
|
|
787
|
-
context[:gem_version] = '1.
|
|
787
|
+
context[:gem_version] = '1.58.0'
|
|
788
788
|
Seahorse::Client::Request.new(handlers, context)
|
|
789
789
|
end
|
|
790
790
|
|
|
@@ -161,9 +161,11 @@ module Aws::CostandUsageReportService
|
|
|
161
161
|
|
|
162
162
|
api.metadata = {
|
|
163
163
|
"apiVersion" => "2017-01-06",
|
|
164
|
+
"auth" => ["aws.auth#sigv4"],
|
|
164
165
|
"endpointPrefix" => "cur",
|
|
165
166
|
"jsonVersion" => "1.1",
|
|
166
167
|
"protocol" => "json",
|
|
168
|
+
"protocols" => ["json"],
|
|
167
169
|
"serviceFullName" => "AWS Cost and Usage Report Service",
|
|
168
170
|
"serviceId" => "Cost and Usage Report Service",
|
|
169
171
|
"signatureVersion" => "v4",
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-costandusagereportservice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.58.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: 2024-06-
|
|
11
|
+
date: 2024-06-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|