aws-sdk-applicationcostprofiler 1.26.0 → 1.27.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: 12afce3c6a53cf82d33cc75497c0392013e4152ced15b31a9b992b036c27f0b6
|
|
4
|
+
data.tar.gz: c4589b533927421bfb6121a09e32542150c636f7961e228148765f53d76b1d28
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 27651e2513f8565b1d7c483dc102c38b2b3a17dec841b71a52114bb0f04886823f79d6cfee70744f7a305599b8b05fee7023a9dadcee24c75358f9affb6bffaf
|
|
7
|
+
data.tar.gz: 8c8edd2a354f7cf58b9f77c0adfdb29a982c36f85fdf280ff44ec4abd409b7e304b7d3007a53784345419ca0a03d5b4d3bc13e1f2ab396749186434dcb4e0fbb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.27.0
|
|
@@ -683,7 +683,7 @@ module Aws::ApplicationCostProfiler
|
|
|
683
683
|
params: params,
|
|
684
684
|
config: config)
|
|
685
685
|
context[:gem_name] = 'aws-sdk-applicationcostprofiler'
|
|
686
|
-
context[:gem_version] = '1.
|
|
686
|
+
context[:gem_version] = '1.27.0'
|
|
687
687
|
Seahorse::Client::Request.new(handlers, context)
|
|
688
688
|
end
|
|
689
689
|
|
|
@@ -143,9 +143,11 @@ module Aws::ApplicationCostProfiler
|
|
|
143
143
|
|
|
144
144
|
api.metadata = {
|
|
145
145
|
"apiVersion" => "2020-09-10",
|
|
146
|
+
"auth" => ["aws.auth#sigv4"],
|
|
146
147
|
"endpointPrefix" => "application-cost-profiler",
|
|
147
148
|
"jsonVersion" => "1.1",
|
|
148
149
|
"protocol" => "rest-json",
|
|
150
|
+
"protocols" => ["rest-json"],
|
|
149
151
|
"serviceFullName" => "AWS Application Cost Profiler",
|
|
150
152
|
"serviceId" => "ApplicationCostProfiler",
|
|
151
153
|
"signatureVersion" => "v4",
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.27.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-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|