aws-sdk-elasticinference 1.29.0 → 1.30.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: cada56157594c6e3e94268a9e78d30fa3acbcfb431775764033cd3ff2ee97eff
4
- data.tar.gz: e8b7d6cc22c49b86b228897070593476845f99f090db6cf5316c0e26b4f5a33c
3
+ metadata.gz: '00879ebf5bd47db1f5db7ae8bc2d42b5a8caba7259e1a53e71236d1c3349c3c3'
4
+ data.tar.gz: 74794fe7bb48796147f18f69b1c301e8751f47babd70134e5a01a5fad8fe05c1
5
5
  SHA512:
6
- metadata.gz: 70b874a41a2ab23381b263b411a670d171331d578b8ee714b8c516ea9a1bd5a105ebf617f9f81473363bbe6c25a8dc90cc3055e7edf8797c8a247c93d0d6c0b5
7
- data.tar.gz: 62e617c7dd8a3fc3c6a5d32573c9e16eacc580a903d0c0ce3009f1daa2aef7f1fd6867a890f21bb28449108067838a0614c15b8adaf906a5700baf7130436604
6
+ metadata.gz: 10721ba932ff44b8a77cd0f6fee69a67584a8324a14d38b481dd3d5c4930bbb7b2dea741ab23448d0aab7b0349608080de774c53a52b5e0c922526d20daad0fe
7
+ data.tar.gz: 3e0bcd58331c45c55ee8315fff73ad4751f282c6fbbd6f304888181cb56ea7d81a26ba2f5276be6f8c8ff5cb223590b5753a1b98d9a28aa9d34280b97fafc818
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.30.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.29.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.29.0
1
+ 1.30.0
@@ -216,6 +216,10 @@ module Aws::ElasticInference
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -664,7 +668,7 @@ module Aws::ElasticInference
664
668
  params: params,
665
669
  config: config)
666
670
  context[:gem_name] = 'aws-sdk-elasticinference'
667
- context[:gem_version] = '1.29.0'
671
+ context[:gem_version] = '1.30.0'
668
672
  Seahorse::Client::Request.new(handlers, context)
669
673
  end
670
674
 
@@ -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.29.0'
55
+ GEM_VERSION = '1.30.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.29.0
4
+ version: 1.30.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: 2023-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core