aws-sdk-elasticinference 1.35.0 → 1.36.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 14896e785f7cc0f4f28f447fedd6ba3cff9f1533c8adb1f9bc293f744f34ea5e
4
- data.tar.gz: d458385d80ad58fff18f935c714ef93e0a0050ad266c00e43de8a5a1efe0dfb7
3
+ metadata.gz: 780a233fbccc10edbe6e516f68e5b9e48fb97a7d2493cf2a2322507c487b53da
4
+ data.tar.gz: 5ccd0c39322543cf086922952b2d239b275409a849b5170ca34a2af19a3cf5cc
5
5
  SHA512:
6
- metadata.gz: bad4da9dfc8e3913c7ac802c17d129f7e5d0399d0a01b1f497648c70f2ca4cb030e04b12caa68dd122fcea272b08a1ce5e0db0135aba4a8f6a0c684aa06ed58a
7
- data.tar.gz: dfc1e31fc89d76f67bd02637f389940c7245e6df1f5b567c1f4c724642df73913558a2cb65aa4d01a95b8b8f78ef2ae623aca603ed27ce56031ac9a7ea203617
6
+ metadata.gz: f2ca01eac0a0899ac6a6b2786272f714545458074d65e95aa15d834e8e14c4b3af43b6431a1ce76c6502cc859ac5b29abf75dfb8f747862f937731d8ffdafad4
7
+ data.tar.gz: f6d876c1d499fd31ff7bd4c9c9a13a040360a5e5381e571c475c6a16c455b0684a179dc95a82733c8317f1096f42d26cf39c303e00064e740a48ec814f07fe63
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.36.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.35.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
1
+ 1.36.0
@@ -301,8 +301,9 @@ module Aws::ElasticInference
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -692,7 +693,7 @@ module Aws::ElasticInference
692
693
  params: params,
693
694
  config: config)
694
695
  context[:gem_name] = 'aws-sdk-elasticinference'
695
- context[:gem_version] = '1.35.0'
696
+ context[:gem_version] = '1.36.0'
696
697
  Seahorse::Client::Request.new(handlers, context)
697
698
  end
698
699
 
@@ -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.35.0'
55
+ GEM_VERSION = '1.36.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.35.0
4
+ version: 1.36.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-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core