aws-sdk-elasticinference 1.39.0 → 1.40.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-elasticinference/client.rb +1 -1
- data/lib/aws-sdk-elasticinference/client_api.rb +2 -0
- data/lib/aws-sdk-elasticinference.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c192f07568ba2c6c2015fa2c14fb754e4b87373c326d1daddf55aa74e5363c3d
|
|
4
|
+
data.tar.gz: e709a7c2f2baeba04e3a6ad6d22874e4fabe77f8d714f3a7b630af5df47d421a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 00712673d2a2badd96256b4f4d6556c4429e63c454ae721f0dde0ac80de63b166e5fd2bea049b929fa078af5348c4708466499d63ceb117cdecd27ab114f8405
|
|
7
|
+
data.tar.gz: 21ba146cc64b690d7b99abc7b659a2fc865e94ea3d1548281e2d872845069ecd59a0915666479115190e8dd03d1c1f338ebba78af9d7eefa347a452df92e4c02
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.40.0
|
|
@@ -696,7 +696,7 @@ module Aws::ElasticInference
|
|
|
696
696
|
params: params,
|
|
697
697
|
config: config)
|
|
698
698
|
context[:gem_name] = 'aws-sdk-elasticinference'
|
|
699
|
-
context[:gem_version] = '1.
|
|
699
|
+
context[:gem_version] = '1.40.0'
|
|
700
700
|
Seahorse::Client::Request.new(handlers, context)
|
|
701
701
|
end
|
|
702
702
|
|
|
@@ -172,9 +172,11 @@ module Aws::ElasticInference
|
|
|
172
172
|
|
|
173
173
|
api.metadata = {
|
|
174
174
|
"apiVersion" => "2017-07-25",
|
|
175
|
+
"auth" => ["aws.auth#sigv4"],
|
|
175
176
|
"endpointPrefix" => "api.elastic-inference",
|
|
176
177
|
"jsonVersion" => "1.1",
|
|
177
178
|
"protocol" => "rest-json",
|
|
179
|
+
"protocols" => ["rest-json"],
|
|
178
180
|
"serviceAbbreviation" => "Amazon Elastic Inference",
|
|
179
181
|
"serviceFullName" => "Amazon Elastic Inference",
|
|
180
182
|
"serviceId" => "Elastic Inference",
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-elasticinference
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.40.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
|