aws-sdk-core 3.248.0 → 3.249.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: 23d00caf749188d02e883c0769614834df66931fa1078f4fa5726acfb6f53da1
4
- data.tar.gz: da0296c298ef0420e32ded5400465b7a9f6c7c965d3d6f9d6dd3683c4002fc68
3
+ metadata.gz: 2aac2c3b838ca898d180060ba1aa813c6740d469757e723cc332aae9b82efa64
4
+ data.tar.gz: 4f82adb4f30c65c745fb87a780339735dbeb081d7c63a06410737279f13ffd64
5
5
  SHA512:
6
- metadata.gz: ebf7383290e82947fa520649b08d8e781898f228f896a385c7313f48365f4ce70bdb844eb7dfd0c374686d8fb9c4a7d3be00a3c016835880599e2fea5fa2da33
7
- data.tar.gz: cff380dda821d9da7cf4063bc0ef570fcf38d6d663aa32696a130d57562b96f27f4b8e4def9590c94b2e9edc21c1571aad3d408daee3a45c9018904cfd70bf33
6
+ metadata.gz: 5dff30a277439874f787c39903d37c9571969fbd0f883a1039eb1ea75260d8454f6c77477917e9e660fd426905e1dee67000ac7136bd39f0d28110558aaf00d8
7
+ data.tar.gz: 321a1cb89e250911a05166a6d39575b099f7822c130207455091bdb76d14028ba739d6d1bbdfc9fc0e68fc7f49e6cc7a4e785533e6d156b84d68e6447f08b5cd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 3.249.0 (2026-05-22)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  3.248.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.248.0
1
+ 3.249.0
@@ -577,7 +577,7 @@ module Aws::Signin
577
577
  tracer: tracer
578
578
  )
579
579
  context[:gem_name] = 'aws-sdk-core'
580
- context[:gem_version] = '3.248.0'
580
+ context[:gem_version] = '3.249.0'
581
581
  Seahorse::Client::Request.new(handlers, context)
582
582
  end
583
583
 
@@ -56,7 +56,7 @@ module Aws::Signin
56
56
  autoload :EndpointProvider, 'aws-sdk-signin/endpoint_provider'
57
57
  autoload :Endpoints, 'aws-sdk-signin/endpoints'
58
58
 
59
- GEM_VERSION = '3.248.0'
59
+ GEM_VERSION = '3.249.0'
60
60
 
61
61
  end
62
62
 
@@ -696,7 +696,7 @@ module Aws::SSO
696
696
  tracer: tracer
697
697
  )
698
698
  context[:gem_name] = 'aws-sdk-core'
699
- context[:gem_version] = '3.248.0'
699
+ context[:gem_version] = '3.249.0'
700
700
  Seahorse::Client::Request.new(handlers, context)
701
701
  end
702
702
 
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.248.0'
59
+ GEM_VERSION = '3.249.0'
60
60
 
61
61
  end
62
62
 
@@ -1079,7 +1079,7 @@ module Aws::SSOOIDC
1079
1079
  tracer: tracer
1080
1080
  )
1081
1081
  context[:gem_name] = 'aws-sdk-core'
1082
- context[:gem_version] = '3.248.0'
1082
+ context[:gem_version] = '3.249.0'
1083
1083
  Seahorse::Client::Request.new(handlers, context)
1084
1084
  end
1085
1085
 
@@ -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.248.0'
59
+ GEM_VERSION = '3.249.0'
60
60
 
61
61
  end
62
62
 
@@ -2723,7 +2723,7 @@ module Aws::STS
2723
2723
  tracer: tracer
2724
2724
  )
2725
2725
  context[:gem_name] = 'aws-sdk-core'
2726
- context[:gem_version] = '3.248.0'
2726
+ context[:gem_version] = '3.249.0'
2727
2727
  Seahorse::Client::Request.new(handlers, context)
2728
2728
  end
2729
2729
 
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.248.0'
59
+ GEM_VERSION = '3.249.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.248.0
4
+ version: 3.249.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services