aws-sdk-rolesanywhere 1.34.0 → 1.35.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: f54cd17be68ead867ffc2ec94d271300fda5ca67e216260981c7ae33025c815a
4
- data.tar.gz: 6a8bf41cc24a0e67d85e61bc94125e23e275cd5b48c01488de0f16739749454c
3
+ metadata.gz: 631a62eaf9a61e32bd77bf02fcea1f2a2c36aac3f33deab7220782e95a6116d4
4
+ data.tar.gz: 47f34ba9e98ddb44a0c1aa0fda5ab46c6e472d80d76704de5ae6734f8c33947e
5
5
  SHA512:
6
- metadata.gz: 62f411fb33f75983551f30f12b9c23fb85e34f2a9f2ceba8486b8df754f7c54ffa1a072327ce25a26ff349a47056d8f15bee7080753e80a67ec23ca60ccf190f
7
- data.tar.gz: ae8130b3faa7607e2224b0ed9c61e0841e67fe3e97f7696f4ba11b55faa056a1213bb5b7ec7a680f133046a347d7f5913bc7f2eb1cf3c8e04370fa7e430fd797
6
+ metadata.gz: 90409f3487320eb504deeace239c1f034316f8a3409e16b870d1297a122c7f4e071f34e4a5457d951c5b9bbbb4c0bd6169cd6eecba10a806aa15271347e97ee6
7
+ data.tar.gz: 6156792142d7d2347b5f638e8e9cec0653ed6531a180780c08f642e84c903c6ec0115d442d79560162a67cea892119a6b70a2970e19d2ddc251728e013e271da
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.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.34.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
1
+ 1.35.0
@@ -200,8 +200,7 @@ module Aws::RolesAnywhere
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
@@ -2042,7 +2041,7 @@ module Aws::RolesAnywhere
2042
2041
  tracer: tracer
2043
2042
  )
2044
2043
  context[:gem_name] = 'aws-sdk-rolesanywhere'
2045
- context[:gem_version] = '1.34.0'
2044
+ context[:gem_version] = '1.35.0'
2046
2045
  Seahorse::Client::Request.new(handlers, context)
2047
2046
  end
2048
2047
 
@@ -54,7 +54,7 @@ module Aws::RolesAnywhere
54
54
  autoload :EndpointProvider, 'aws-sdk-rolesanywhere/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-rolesanywhere/endpoints'
56
56
 
57
- GEM_VERSION = '1.34.0'
57
+ GEM_VERSION = '1.35.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-rolesanywhere
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.34.0
4
+ version: 1.35.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services