aws-sdk-ram 1.71.0 → 1.72.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: 8c348f1799299030ecec27b0b5a6e95da803318be652018efe5cd6d87b921f18
4
- data.tar.gz: '09bcbacc0c4479e5df351921b93f93ab5631d34e7c263bee20c5a56cab897aef'
3
+ metadata.gz: 587a062f0d1be385eb2c899b04eb4692b123cc969da7388a7415549368f70023
4
+ data.tar.gz: 55136bcb3a3974b26934d00a74c8b81230f14f5c6424022b4e9813125a1eabfd
5
5
  SHA512:
6
- metadata.gz: 6093431fa3c36a61719c1277c669d735f3bfd18e61b2f66054b528d44c5514f8ccbb36586c61a3ebe250c8ac81375fbea8423514828ebd4bed2a7c1b1a2fa65c
7
- data.tar.gz: bc8275e146d8c3f263802e1630479ed83cec8a2ffb75cfef3a1e4ae5fb270e8ebafc665e5efb9fb6220c38c865b042fd4819324b426797be47e107494e51cf93
6
+ metadata.gz: 7af01fb10f3d6f0fa776f8679d6b42c392eed69ab6ad9b7202eae94ac863fd8e7f8269e14005c57d0601bfa465c6a78f6b6c554350b7dd8b77c432a04aad563a
7
+ data.tar.gz: 847886c17a333e8b58d2a8704de98f6018fcccbdad4db60fca835d66df8db1f72ca493137002f8aba3c7ccfce8ee48919178807d970b3968c41f00ff33d04aa1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.72.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.71.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.71.0
1
+ 1.72.0
@@ -200,8 +200,7 @@ module Aws::RAM
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
@@ -3374,7 +3373,7 @@ module Aws::RAM
3374
3373
  tracer: tracer
3375
3374
  )
3376
3375
  context[:gem_name] = 'aws-sdk-ram'
3377
- context[:gem_version] = '1.71.0'
3376
+ context[:gem_version] = '1.72.0'
3378
3377
  Seahorse::Client::Request.new(handlers, context)
3379
3378
  end
3380
3379
 
data/lib/aws-sdk-ram.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::RAM
54
54
  autoload :EndpointProvider, 'aws-sdk-ram/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-ram/endpoints'
56
56
 
57
- GEM_VERSION = '1.71.0'
57
+ GEM_VERSION = '1.72.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-ram
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.71.0
4
+ version: 1.72.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services