aws-sdk-augmentedairuntime 1.58.0 → 1.59.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: 2e943ddae7f4e034bc6dc7017eb312fac6cdf50f00d671973464ba87c637f2e0
4
- data.tar.gz: db22b876ca41b41bca66310f87c747db511b4f92a3b6449864197c7dd5ad7639
3
+ metadata.gz: b3bd36489dcee3128b248d16111d6d8499c0dcc76ac9cac5c13f13b4df4a4b26
4
+ data.tar.gz: 6b612cc0678445bcc350a8a68c6087e84a8235c1d3703c74d8fad507994df204
5
5
  SHA512:
6
- metadata.gz: 3f4f6837586b13b54238b6884944efa79f1a8504220f50873d3baf9fcae14ff8d3f113a8b635527c9321ca3b693b69571694ccb59efe0370809f4d66d9867e8d
7
- data.tar.gz: dee0967a7295d6027a243fa4480f1c9a9c46f1c8339d593c8858ffca735f76bb72423812aab7ef13ae7742a649417ac8993c8a0889d5fdb1937433aae573507e
6
+ metadata.gz: 1b6db86333a8650a114fd532d18738d20b4bdcb6c6682ae52201669b087e13ca95f3273b3dc49ff08e27f2d85a4682b3cdba8e208ea82dd418c28d75abd000e5
7
+ data.tar.gz: d2649711e2b6d462ec9f98808fe2104f980dcccb96514e09a3fdab2684f5caa50c163d9e3854349ee26fca64d6c5798792f5a2b16007b1272c86080d7b24f388
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2025-08-22)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.58.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -697,7 +697,7 @@ module Aws::AugmentedAIRuntime
697
697
  tracer: tracer
698
698
  )
699
699
  context[:gem_name] = 'aws-sdk-augmentedairuntime'
700
- context[:gem_version] = '1.58.0'
700
+ context[:gem_version] = '1.59.0'
701
701
  Seahorse::Client::Request.new(handlers, context)
702
702
  end
703
703
 
@@ -28,7 +28,7 @@ module Aws::AugmentedAIRuntime
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"))
31
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
32
32
  return Aws::Endpoints::Endpoint.new(url: "https://a2i-runtime.sagemaker-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"
@@ -54,7 +54,7 @@ module Aws::AugmentedAIRuntime
54
54
  autoload :EndpointProvider, 'aws-sdk-augmentedairuntime/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-augmentedairuntime/endpoints'
56
56
 
57
- GEM_VERSION = '1.58.0'
57
+ GEM_VERSION = '1.59.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-augmentedairuntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.58.0
4
+ version: 1.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services