aws-sdk-oam 1.32.0 → 1.33.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: 28eb89cd5d14c40b28fd6f43c868ab7e3660a64f01f86592123152de37f1948b
4
- data.tar.gz: d91ed64f775fe75834d971e3eb32fd0a835f9173a0b3628ab621143251392c6d
3
+ metadata.gz: c0f03722273b52c5d24619436a87582716bd5106898eff93840d454471043878
4
+ data.tar.gz: 58227de33b2d80da04f5b6012f398cd160183ae4cdba50ec2bd804da15da62da
5
5
  SHA512:
6
- metadata.gz: 3a0d5ea808248561469c4cb2b5affba000db8fbbfff55831705450e8f62c726e24243320097b421dd0302b12fe27e678b287b45b45481274168697246086b243
7
- data.tar.gz: a0530a0aa21d72c8a42bedd7124e7fc37924fb7cd21b04f9fe18899a872797aa4170f75450a41618ac44c159ea7896666f31e4163a82256c484feab769d7bf33
6
+ metadata.gz: 6147c068725328913746977393d0bcbd6ae2e0fd7db43ce3ec0d9b210bc0efa06a7a42e891e417432ba461c3741f8bfd4f5261f86c37f10e5fdb01119d90fc07
7
+ data.tar.gz: 5792a4bdfd131b9c8bf409a49a010d46eac745d81c8f3d66ec268391d3b4ec8a372e51013fa51919d4c9ed99a3731cd22536fc792805887754207a65b4b51646
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.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.32.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
1
+ 1.33.0
@@ -200,8 +200,7 @@ module Aws::OAM
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
@@ -1297,7 +1296,7 @@ module Aws::OAM
1297
1296
  tracer: tracer
1298
1297
  )
1299
1298
  context[:gem_name] = 'aws-sdk-oam'
1300
- context[:gem_version] = '1.32.0'
1299
+ context[:gem_version] = '1.33.0'
1301
1300
  Seahorse::Client::Request.new(handlers, context)
1302
1301
  end
1303
1302
 
data/lib/aws-sdk-oam.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::OAM
54
54
  autoload :EndpointProvider, 'aws-sdk-oam/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-oam/endpoints'
56
56
 
57
- GEM_VERSION = '1.32.0'
57
+ GEM_VERSION = '1.33.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-oam
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
4
+ version: 1.33.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services