aws-sdk-lex 1.51.0 → 1.52.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: 3f7cdbabee5b1911e9d98b33d7001dadef8e4abe358963450c7a2ea6c56ed95d
4
- data.tar.gz: 3eb9489b80175ee054dba511422337e457e30a7b8469da61687b7301939af822
3
+ metadata.gz: 72847129befddc78d29d411819b3a51078f0823a667bd03a2d9c48f8db44c177
4
+ data.tar.gz: 00475ed780df461197904f961f2036b24835323033fad11a7778d4fad94bb3ee
5
5
  SHA512:
6
- metadata.gz: b13e206457df0c969bbc0a091dcd80494474a4ace34d722c96a929aa879a7a585976a69738821d48459acb3a8061161d829a3c6aac928a3d46e701575bd93c38
7
- data.tar.gz: bc2380d01d04c63da715d160df88231ac8add026624aa8cbd342ae427cff4389f3f0bff1ae74aeffcffbad14815643e12df013c4b852ac8816f4c6a699832020
6
+ metadata.gz: dfa5e2599007efb46c04196793cf730fc571e120fa863150d2233ab096daaa0c042f7698b3a5e7a4ffacc844a08bd08b92900c1ca4d59216a8ca6f7fbef33693
7
+ data.tar.gz: b275abec52da26a75390f3641d43be3d276edc2871662fc8eedf423c87d6a23f7e8cd5149c07d4cf9b89b8528abd6f55124e3acff3dd939e5d49b3c5168ec714
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.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.51.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.52.0
@@ -216,6 +216,10 @@ module Aws::Lex
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
  #
@@ -1185,7 +1189,7 @@ module Aws::Lex
1185
1189
  params: params,
1186
1190
  config: config)
1187
1191
  context[:gem_name] = 'aws-sdk-lex'
1188
- context[:gem_version] = '1.51.0'
1192
+ context[:gem_version] = '1.52.0'
1189
1193
  Seahorse::Client::Request.new(handlers, context)
1190
1194
  end
1191
1195
 
data/lib/aws-sdk-lex.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-lex/customizations'
52
52
  # @!group service
53
53
  module Aws::Lex
54
54
 
55
- GEM_VERSION = '1.51.0'
55
+ GEM_VERSION = '1.52.0'
56
56
 
57
57
  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.51.0
4
+ version: 1.52.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