aws-sdk-core 3.231.0 → 3.232.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: 9ac30adca63d6bf315260154dc33727129c2fd910b6bbd6c6cd5b49f8bc59402
4
- data.tar.gz: a6b40a9ffccbf7dff08065bf0eda69432e992ff4eee5fe48bbc677118ef637f8
3
+ metadata.gz: ecdbb0ca615cde813f52b03861d36db189562c896e01499ed8dcd80768085300
4
+ data.tar.gz: 5ab8e9d52d9f7522afa27ff7c5c6e5e51f27f966ddba8bea62edb153307120c9
5
5
  SHA512:
6
- metadata.gz: 24b052f1d8a677bf19d934887476f631d4209bc20508be77fc6bd821865c33f5582351c03bce191e017390770fc317842f47622c15364a5ff983aca447d0f7c0
7
- data.tar.gz: 4b1c5cabc664cdc33a973eaa22b9caab43713bdd1f43b5fc56066fd24df70f945047dac1acd963aff80924e4c8fc6e418aec4c75285c07a06d12eebadbda2787
6
+ metadata.gz: b23f5bc51a113cfb8b6c0f7306d42c97872d2eff0c5fa0b395b9e714045c8a3446e91313d6d17317419520229ea809097e3abb794f2f448bd698ec982841032f
7
+ data.tar.gz: a02785a5b072cb04d27203fb6e990cfa01b10c59f8abdb221b0181b4d07d56a04d0bcc67f308a10fbeba0f3facdadabb77918815e10dbcd8629df25a6d41cc42
data/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 3.232.0 (2025-08-28)
5
+ ------------------
6
+
7
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
8
+
9
+ * Feature - Remove incorrect endpoint tests
10
+
4
11
  3.231.0 (2025-08-26)
5
12
  ------------------
6
13
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.231.0
1
+ 3.232.0
@@ -698,7 +698,7 @@ module Aws::SSO
698
698
  tracer: tracer
699
699
  )
700
700
  context[:gem_name] = 'aws-sdk-core'
701
- context[:gem_version] = '3.231.0'
701
+ context[:gem_version] = '3.232.0'
702
702
  Seahorse::Client::Request.new(handlers, context)
703
703
  end
704
704
 
@@ -28,8 +28,8 @@ module Aws::SSO
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-us-gov", 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-us-gov")
33
33
  return Aws::Endpoints::Endpoint.new(url: "https://portal.sso.#{parameters.region}.amazonaws.com", headers: {}, properties: {})
34
34
  end
35
35
  return Aws::Endpoints::Endpoint.new(url: "https://portal.sso-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
data/lib/aws-sdk-sso.rb CHANGED
@@ -56,7 +56,7 @@ module Aws::SSO
56
56
  autoload :EndpointProvider, 'aws-sdk-sso/endpoint_provider'
57
57
  autoload :Endpoints, 'aws-sdk-sso/endpoints'
58
58
 
59
- GEM_VERSION = '3.231.0'
59
+ GEM_VERSION = '3.232.0'
60
60
 
61
61
  end
62
62
 
@@ -1068,7 +1068,7 @@ module Aws::SSOOIDC
1068
1068
  tracer: tracer
1069
1069
  )
1070
1070
  context[:gem_name] = 'aws-sdk-core'
1071
- context[:gem_version] = '3.231.0'
1071
+ context[:gem_version] = '3.232.0'
1072
1072
  Seahorse::Client::Request.new(handlers, context)
1073
1073
  end
1074
1074
 
@@ -56,7 +56,7 @@ module Aws::SSOOIDC
56
56
  autoload :EndpointProvider, 'aws-sdk-ssooidc/endpoint_provider'
57
57
  autoload :Endpoints, 'aws-sdk-ssooidc/endpoints'
58
58
 
59
- GEM_VERSION = '3.231.0'
59
+ GEM_VERSION = '3.232.0'
60
60
 
61
61
  end
62
62
 
@@ -2601,7 +2601,7 @@ module Aws::STS
2601
2601
  tracer: tracer
2602
2602
  )
2603
2603
  context[:gem_name] = 'aws-sdk-core'
2604
- context[:gem_version] = '3.231.0'
2604
+ context[:gem_version] = '3.232.0'
2605
2605
  Seahorse::Client::Request.new(handlers, context)
2606
2606
  end
2607
2607
 
data/lib/aws-sdk-sts.rb CHANGED
@@ -56,7 +56,7 @@ module Aws::STS
56
56
  autoload :EndpointProvider, 'aws-sdk-sts/endpoint_provider'
57
57
  autoload :Endpoints, 'aws-sdk-sts/endpoints'
58
58
 
59
- GEM_VERSION = '3.231.0'
59
+ GEM_VERSION = '3.232.0'
60
60
 
61
61
  end
62
62
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.231.0
4
+ version: 3.232.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services