aws-sdk-lexmodelbuildingservice 1.94.0 → 1.95.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: d53bb1fa5008b4e3fca8cd614f516cf0dcfdee9ea95ff33a07593685d813fdc2
4
- data.tar.gz: c2016a8d68e5f783a8ba422497dfc2e0284f52e0a9ff72178bb3c37b6138d63d
3
+ metadata.gz: 58e9838f6947c6801a966bd786cef5356c57d6ce9d3fcb0453d40176409d9d1e
4
+ data.tar.gz: e6f032742dd643c79864549974ffad6a274e59a7d42b17dac211042a036cce55
5
5
  SHA512:
6
- metadata.gz: 011a17f51426936602884fedd23a2f0a2291fb90ea9468c24110eb500a2a139371408a210847060c5d5d7d1d169f95030a7d64ecf6cb5a54d1dba1bb42f2dd79
7
- data.tar.gz: 8ab70993188a128bcefd48fa9a19478f726790098ce41d5a66e4266432f5147c9b747847cffb5a4a9c6cde46eae38f17d24134254e0835bd04b302038e6814a4
6
+ metadata.gz: 8359e6e99446c8f67f04f46555c18d936622d2b4169b101b0da6cbfa65aa27c0eed64fd24b6bdfedebf659fd3ed6c9aa73b9d3370752f605d0213323f2549d42
7
+ data.tar.gz: 6b38db7d4adef1e7ef312b97ceac4d590a25c4e14c1d2b670727dbbc9ea0419eb289aea533340c5327fb95eb460a52d01d05a4aa40747053f145b028c5be0822
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.95.0 (2025-08-27)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.94.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.94.0
1
+ 1.95.0
@@ -4523,7 +4523,7 @@ module Aws::LexModelBuildingService
4523
4523
  tracer: tracer
4524
4524
  )
4525
4525
  context[:gem_name] = 'aws-sdk-lexmodelbuildingservice'
4526
- context[:gem_version] = '1.94.0'
4526
+ context[:gem_version] = '1.95.0'
4527
4527
  Seahorse::Client::Request.new(handlers, context)
4528
4528
  end
4529
4529
 
@@ -28,11 +28,11 @@ module Aws::LexModelBuildingService
28
28
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
29
29
  end
30
30
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
31
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
32
- if Aws::Endpoints::Matchers.string_equals?("aws", Aws::Endpoints::Matchers.attr(partition_result, "name"))
31
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
32
+ if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws")
33
33
  return Aws::Endpoints::Endpoint.new(url: "https://models-fips.lex.#{parameters.region}.amazonaws.com", headers: {}, properties: {})
34
34
  end
35
- if Aws::Endpoints::Matchers.string_equals?("aws-us-gov", Aws::Endpoints::Matchers.attr(partition_result, "name"))
35
+ if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-us-gov")
36
36
  return Aws::Endpoints::Endpoint.new(url: "https://models-fips.lex.#{parameters.region}.amazonaws.com", headers: {}, properties: {})
37
37
  end
38
38
  return Aws::Endpoints::Endpoint.new(url: "https://models.lex-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
@@ -54,7 +54,7 @@ module Aws::LexModelBuildingService
54
54
  autoload :EndpointProvider, 'aws-sdk-lexmodelbuildingservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-lexmodelbuildingservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.94.0'
57
+ GEM_VERSION = '1.95.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lexmodelbuildingservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.94.0
4
+ version: 1.95.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services