aws-sdk-lexruntimev2 1.10.0 → 1.11.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: 1a4622081b32c296f9ffa89ca12c2dd1a5c1dfb3fa8c3c518c5ae6bcb26c451d
4
- data.tar.gz: 860d4645a9db8771529581791bb4a28bae7ab94e65845b25d736614da60fd681
3
+ metadata.gz: fe0196898a2b133753427ab86f39842ebafe17a651bef2fca6541f3b589751fe
4
+ data.tar.gz: 6d0e9a2c8bcbb188e694ad600ac216b728bc44272575209bf78dc474d46e8f21
5
5
  SHA512:
6
- metadata.gz: 5b43e440748c3c627c8c08b32a0e1415ba95f4ed097f7cbf681aee96ff15331fef8a4a7611e00d27ceac9697ac54ebcc59773aca1c456b6271424bae6edc9f7b
7
- data.tar.gz: 3d050d057b84c15de88e25b6168968cce5df2e7aa8233ec9bd85646e934b941042cc891ae103f749279af80c49138353d696363fadf02f5a0c395739a6325b09
6
+ metadata.gz: b9d104850d67993bc266c2c9d4b83b4464fbdfe25ce803e0ff6f82bc675b730a996f11c0537f15b9f8138d41f9e0fb8fe10b20fd590c5b0ca0ece65d3d383692
7
+ data.tar.gz: 7b4d2f95acdb120c95171ca372b1d63dcde4ad42d27ceb93f440654db479f66d4b6f5380d13a8b8b6c40fc1f5e14380942e139ddfa6cd1b590f6c2a67099214c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.11.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.10.0 (2021-11-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.10.0
1
+ 1.11.0
@@ -98,7 +98,9 @@ module Aws::LexRuntimeV2
98
98
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
99
99
  # are very aggressive. Construct and pass an instance of
100
100
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
101
- # enable retries and extended timeouts.
101
+ # enable retries and extended timeouts. Instance profile credential
102
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
103
+ # to true.
102
104
  #
103
105
  # @option options [required, String] :region
104
106
  # The AWS region to connect to. The configured `:region` is
@@ -627,7 +629,7 @@ module Aws::LexRuntimeV2
627
629
  http_response: Seahorse::Client::Http::AsyncResponse.new,
628
630
  config: config)
629
631
  context[:gem_name] = 'aws-sdk-lexruntimev2'
630
- context[:gem_version] = '1.10.0'
632
+ context[:gem_version] = '1.11.0'
631
633
  Seahorse::Client::Request.new(handlers, context)
632
634
  end
633
635
 
@@ -121,7 +121,9 @@ module Aws::LexRuntimeV2
121
121
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
122
122
  # are very aggressive. Construct and pass an instance of
123
123
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
124
- # enable retries and extended timeouts.
124
+ # enable retries and extended timeouts. Instance profile credential
125
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
126
+ # to true.
125
127
  #
126
128
  # @option options [required, String] :region
127
129
  # The AWS region to connect to. The configured `:region` is
@@ -1042,7 +1044,7 @@ module Aws::LexRuntimeV2
1042
1044
  params: params,
1043
1045
  config: config)
1044
1046
  context[:gem_name] = 'aws-sdk-lexruntimev2'
1045
- context[:gem_version] = '1.10.0'
1047
+ context[:gem_version] = '1.11.0'
1046
1048
  Seahorse::Client::Request.new(handlers, context)
1047
1049
  end
1048
1050
 
@@ -50,6 +50,6 @@ require_relative 'aws-sdk-lexruntimev2/event_streams'
50
50
  # @!group service
51
51
  module Aws::LexRuntimeV2
52
52
 
53
- GEM_VERSION = '1.10.0'
53
+ GEM_VERSION = '1.11.0'
54
54
 
55
55
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lexruntimev2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.11.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: 2021-11-19 00:00:00.000000000 Z
11
+ date: 2021-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core