aws-sdk-ssoadmin 1.53.0 → 1.55.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: f224b6740e3e018d147bb12c8aeff23b020db76faa61ddc8571502efd4008b2c
4
- data.tar.gz: ab2feb91bfe04ab2db4c765f3075d6684d967677c12fe87b3d1690bb86b0765c
3
+ metadata.gz: 2196b2f51a54f842aaaa53eaa60cb01307cb74637d7f754a56b2b588fde3045c
4
+ data.tar.gz: b8726d1e78600785199d5c11ffcb43dfe0b4c0037d3e4565d279257ccca4fa56
5
5
  SHA512:
6
- metadata.gz: 5e4f5c5d509efbdad7833b202523ef995a375ad56eede06c58a50b3c52b991fdd406cffb4d278043ccf2cdb10e3cf3d6c13cee565301e7cbd0702d6683824b2c
7
- data.tar.gz: 00ea55d0842b7a10e01fe6a6b8f60ab0ba462640988e7f13c2539510239930fb4c368d2f0e51cbaff0533ad67607f76f712e76a5ee9f9e93a84f60cc13f4b30a
6
+ metadata.gz: 27c6262584c6bddda7704596fe525b77da32466a9c9f6ce3a875237ff69ccc380374baaf55c4a51d61fa27145c35ea5540d42824522238a31c31a8733f255bdf
7
+ data.tar.gz: 391fd36b9dd505a073827ef62f3054d240e1bf09a31aff780965b0c50713d1e713f0a6f4d15e8c7a89aa3d4bf75ebf949aa0196e6a0b8bf4708e6ea173f64533
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.54.0 (2025-05-12)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.53.0 (2025-05-08)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.55.0
@@ -200,8 +200,7 @@ module Aws::SSOAdmin
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -3982,7 +3981,7 @@ module Aws::SSOAdmin
3982
3981
  tracer: tracer
3983
3982
  )
3984
3983
  context[:gem_name] = 'aws-sdk-ssoadmin'
3985
- context[:gem_version] = '1.53.0'
3984
+ context[:gem_version] = '1.55.0'
3986
3985
  Seahorse::Client::Request.new(handlers, context)
3987
3986
  end
3988
3987
 
@@ -55,7 +55,7 @@ module Aws::SSOAdmin
55
55
  autoload :EndpointProvider, 'aws-sdk-ssoadmin/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ssoadmin/endpoints'
57
57
 
58
- GEM_VERSION = '1.53.0'
58
+ GEM_VERSION = '1.55.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssoadmin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.53.0
4
+ version: 1.55.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.216.0
21
+ version: 3.225.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.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -84,7 +84,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
84
  requirements:
85
85
  - - ">="
86
86
  - !ruby/object:Gem::Version
87
- version: '2.5'
87
+ version: '2.7'
88
88
  required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  requirements:
90
90
  - - ">="