aws-sdk-supportapp 1.36.0 → 1.38.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: 146a5007f81a5d6030b0be943cb82689d80442350b99729a71b9d5ed2016bac8
4
- data.tar.gz: 7c79f06f24fde15171d71a1584bac0242d47ced31dc74f6c3c5924fa4a402045
3
+ metadata.gz: cddc23e3ca6c97818a26b36591025bb319fc27312b38372d1bcd44581e0038e0
4
+ data.tar.gz: c5dfbf107133e7703980cfbcaf934cb4a77f17347682f138c90ad03f6f1bd8bb
5
5
  SHA512:
6
- metadata.gz: d27c40cfc85e1354342385949bc32d13af0ee229c60fbd62796f739f9126c575c13e9ff92de036f67588c28023ae1feae8fca68598cf55ac82dadfb70b061aa3
7
- data.tar.gz: c5782cbbb8755d10a51f65ba4be6fbcfa02157393ef82f1da8ea26002c25860adc223aee92336e0e842426b8e24fec3de11e2e203f65d3c339d945423cf0901a
6
+ metadata.gz: cbf377bccdf69937994bd9efb1368c2b09109495fb2bab56ef85aa82ccfa3ecdc1c3a8fc1aab14f93bb6435be26487fc3f4f067f682d052a6b02475ce6b02341
7
+ data.tar.gz: 22549f23ec9aff7471cbd2074b66879a3c70a9b9f3b3d38bc526147fbfd44d994743e7d0b7b209a828df5e559d57732530f8d3537d2f611917a1c8e378d115fd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.38.0 (2025-08-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.37.0 (2025-08-25)
10
+ ------------------
11
+
12
+ * Feature - Remove incorrect endpoint tests
13
+
4
14
  1.36.0 (2025-08-04)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
1
+ 1.38.0
@@ -983,7 +983,7 @@ module Aws::SupportApp
983
983
  tracer: tracer
984
984
  )
985
985
  context[:gem_name] = 'aws-sdk-supportapp'
986
- context[:gem_version] = '1.36.0'
986
+ context[:gem_version] = '1.38.0'
987
987
  Seahorse::Client::Request.new(handlers, context)
988
988
  end
989
989
 
@@ -28,7 +28,7 @@ module Aws::SupportApp
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://supportapp-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::SupportApp
54
54
  autoload :EndpointProvider, 'aws-sdk-supportapp/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-supportapp/endpoints'
56
56
 
57
- GEM_VERSION = '1.36.0'
57
+ GEM_VERSION = '1.38.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-supportapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.36.0
4
+ version: 1.38.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.228.0
21
+ version: 3.231.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.228.0
31
+ version: 3.231.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement