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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 58e9838f6947c6801a966bd786cef5356c57d6ce9d3fcb0453d40176409d9d1e
|
4
|
+
data.tar.gz: e6f032742dd643c79864549974ffad6a274e59a7d42b17dac211042a036cce55
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8359e6e99446c8f67f04f46555c18d936622d2b4169b101b0da6cbfa65aa27c0eed64fd24b6bdfedebf659fd3ed6c9aa73b9d3370752f605d0213323f2549d42
|
7
|
+
data.tar.gz: 6b38db7d4adef1e7ef312b97ceac4d590a25c4e14c1d2b670727dbbc9ea0419eb289aea533340c5327fb95eb460a52d01d05a4aa40747053f145b028c5be0822
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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?(
|
32
|
-
if Aws::Endpoints::Matchers.string_equals?(
|
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?(
|
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: {})
|