aws-sdk-lexmodelbuildingservice 1.63.0 → 1.64.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lexmodelbuildingservice/client.rb +5 -1
- data/lib/aws-sdk-lexmodelbuildingservice.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cabe23d7158f5fc2798d5ecce395325758d5b75ae16b4a4295c1b81c6c9fabee
|
4
|
+
data.tar.gz: b95ab90dbae1b07abf830c5e2e2293720df83eb8fd8e8fd6b3270726120adaf9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dbfc19ee3f263406f5346f070635b3b28dc5fae910a692c4d546882fa30b63d4e7ed9a8c0e950fa0da7aea696a71c1b1a731b8156fa62c3b607a28f4de1d0716
|
7
|
+
data.tar.gz: 798bad880f255b0bb76c0d585248c5bed2cb5400e6b9411e557737684262b82122b8976e145c474e7726afa300ef001aef4705cd0e3e9e007be47d6547016037
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.64.0
|
@@ -216,6 +216,10 @@ module Aws::LexModelBuildingService
|
|
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
|
#
|
@@ -4426,7 +4430,7 @@ module Aws::LexModelBuildingService
|
|
4426
4430
|
params: params,
|
4427
4431
|
config: config)
|
4428
4432
|
context[:gem_name] = 'aws-sdk-lexmodelbuildingservice'
|
4429
|
-
context[:gem_version] = '1.
|
4433
|
+
context[:gem_version] = '1.64.0'
|
4430
4434
|
Seahorse::Client::Request.new(handlers, context)
|
4431
4435
|
end
|
4432
4436
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-lexmodelbuildingservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.64.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-
|
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
|