aws-sdk-ssoadmin 1.53.0 → 1.54.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: 654f866c00609ffea380b1a3bb83fc95c41b50489a836ffdf1a9afec00f36cda
4
+ data.tar.gz: 9123543a6b434da10ffc7939a9f95cac387b7837c13071c6fdffb2f49b4b5f6f
5
5
  SHA512:
6
- metadata.gz: 5e4f5c5d509efbdad7833b202523ef995a375ad56eede06c58a50b3c52b991fdd406cffb4d278043ccf2cdb10e3cf3d6c13cee565301e7cbd0702d6683824b2c
7
- data.tar.gz: 00ea55d0842b7a10e01fe6a6b8f60ab0ba462640988e7f13c2539510239930fb4c368d2f0e51cbaff0533ad67607f76f712e76a5ee9f9e93a84f60cc13f4b30a
6
+ metadata.gz: 71642d1d2254fd4c88e492818a8cab9f9d2c756c1c9db85ee326707e4b83aacc55ef72e2be74a912c5da430c42fc991a38f519d47fee0135820b7c04c9de1311
7
+ data.tar.gz: 91c75750e8fb3484c484fef0c943bff2f496959a3e0bb68acf1f0cae89230e98c0a4d4dbe42f2eb3f971acac1db3f5fcf5a175cfd26cb038094f8489f58b433d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.53.0 (2025-05-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.54.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.54.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.54.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.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services