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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8ab0e6c495a9342781d9308692baf4ea57c64a971faea31fe8e82fca7518a975
4
- data.tar.gz: 5e70f9cda1c6826c649a2f24229faf3e5cf5c0bd15e621f5fdfd88abc6b9957e
3
+ metadata.gz: c192f07568ba2c6c2015fa2c14fb754e4b87373c326d1daddf55aa74e5363c3d
4
+ data.tar.gz: e709a7c2f2baeba04e3a6ad6d22874e4fabe77f8d714f3a7b630af5df47d421a
5
5
  SHA512:
6
- metadata.gz: 1798f50efe67165ee0eb72367218546dd97b7517915e1572dce82e5bd9b86a1f1a6a0388b6a0aa3a6a441c8c5cbe4e5564a58333f3fe23c24587b39db8f480d2
7
- data.tar.gz: 609871758a57ae689c6e1fa21c1c5387c76ab8d6ff26e09461f8834f6542eaa5191c3c72c1fa1c60ccadd05655db34cf47284f14a7071ec03bd0fd5c8d50368a
6
+ metadata.gz: 00712673d2a2badd96256b4f4d6556c4429e63c454ae721f0dde0ac80de63b166e5fd2bea049b929fa078af5348c4708466499d63ceb117cdecd27ab114f8405
7
+ data.tar.gz: 21ba146cc64b690d7b99abc7b659a2fc865e94ea3d1548281e2d872845069ecd59a0915666479115190e8dd03d1c1f338ebba78af9d7eefa347a452df92e4c02
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2024-06-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.39.0 (2024-06-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.0
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.39.0'
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",
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-elasticinference/customizations'
52
52
  # @!group service
53
53
  module Aws::ElasticInference
54
54
 
55
- GEM_VERSION = '1.39.0'
55
+ GEM_VERSION = '1.40.0'
56
56
 
57
57
  end
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.39.0
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-25 00:00:00.000000000 Z
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