aws-sdk-lex 1.41.0 → 1.42.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: 42b7bd4739593af17402821b906fff4969547e20298f774248e54d27f2e9a228
4
- data.tar.gz: dc224b44100ad7516d41192d989be309dde3b46b7c0882722fddc2622b6d2cf1
3
+ metadata.gz: 3b879ea69f66c62a44974e445d76892c356ef080cb8078709aa7fbf6b668943d
4
+ data.tar.gz: bf0d587b189fe44306db0466f5887acbbda9dcaecd8d3884e9f1e71c0a395d8c
5
5
  SHA512:
6
- metadata.gz: b360dd6b8d296b51b6533263527bc529ebc57d61a013deed2cf0f5f0fc04bd8f00720bf146dfb6eccaa9800a7cfe8d8ed7e07b6eaea94eff46e69816408b733f
7
- data.tar.gz: 99a02245b517b28ea13137362c8072a24db9c93058ad6809e4c6d9addf534792c277ee35e3bc23698b7568a277401ee13d7f18b2767f335c0256ac4bd42487af
6
+ metadata.gz: 87ec38d51f8a16da37a4f867d9ab6a8ca2aa6e19eb9878996ed3ceca378eb1892b42869321b6a7782c99475c83a017b840b0a89514a3f8238d60cf3945554604
7
+ data.tar.gz: a72b28682f7a6b32e48682e95c895579f74c79066df4d9f5887d1835b5a8e4883e879312d162372c876f60840d3c481c56089e763c82ff88ab6cf1acfd6362d1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.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.41.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.42.0
@@ -119,7 +119,9 @@ module Aws::Lex
119
119
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
120
  # are very aggressive. Construct and pass an instance of
121
121
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
122
+ # enable retries and extended timeouts. Instance profile credential
123
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
124
+ # to true.
123
125
  #
124
126
  # @option options [required, String] :region
125
127
  # The AWS region to connect to. The configured `:region` is
@@ -1137,7 +1139,7 @@ module Aws::Lex
1137
1139
  params: params,
1138
1140
  config: config)
1139
1141
  context[:gem_name] = 'aws-sdk-lex'
1140
- context[:gem_version] = '1.41.0'
1142
+ context[:gem_version] = '1.42.0'
1141
1143
  Seahorse::Client::Request.new(handlers, context)
1142
1144
  end
1143
1145
 
data/lib/aws-sdk-lex.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-lex/customizations'
48
48
  # @!group service
49
49
  module Aws::Lex
50
50
 
51
- GEM_VERSION = '1.41.0'
51
+ GEM_VERSION = '1.42.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lex
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.41.0
4
+ version: 1.42.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-04 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