aws-sdk-machinelearning 1.76.0 → 1.77.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-machinelearning/client.rb +1 -1
- data/lib/aws-sdk-machinelearning/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-machinelearning.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a9012a14a1ef69f2a74faedbd0dbdd9a43651a9ad8834be38db52f14e79fd62
|
4
|
+
data.tar.gz: 3cb89529b347f72b3074c1b8112fcd6a7a16444b876ba9f4617c3bef618987df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2878ae8aa82d12a7a51b8895dd1f3df11650e6007220e069a35770fa0ff7ed2bf03b0461f592dc7efa7f38dbb5fe275e1a8bf9627aed0f037c5cbd78614e5f4e
|
7
|
+
data.tar.gz: 6083c40b9b6f3070d673c7a5239555bf94b6e893b4c6dbe4470bfd0549ffff2a2a1ab02d4cb29b740842efc0d08c62ac98bfd483c16883d31e63f156305ea6bf
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.77.0
|
@@ -2515,7 +2515,7 @@ module Aws::MachineLearning
|
|
2515
2515
|
tracer: tracer
|
2516
2516
|
)
|
2517
2517
|
context[:gem_name] = 'aws-sdk-machinelearning'
|
2518
|
-
context[:gem_version] = '1.
|
2518
|
+
context[:gem_version] = '1.77.0'
|
2519
2519
|
Seahorse::Client::Request.new(handlers, context)
|
2520
2520
|
end
|
2521
2521
|
|
@@ -28,7 +28,7 @@ module Aws::MachineLearning
|
|
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?(
|
31
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
32
32
|
return Aws::Endpoints::Endpoint.new(url: "https://machinelearning-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
33
33
|
end
|
34
34
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|