aws-sdk-billingconductor 1.38.0 → 1.39.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: 9b3cc9a74cb9dbe39b3aa1ca6bf9813f1189880f4b26c1cbbf5bf01a008a5064
4
- data.tar.gz: 3345db8e9d604671e268b4f74a128b47620e470b0bdae31589fde7679be1e964
3
+ metadata.gz: 0b22225a55a94abd99891ab18345f7d5f939fe7e82fa2a29399f9d75a9fa3b95
4
+ data.tar.gz: 63f66036a15affd464349f3438e6667e8ea6265e22d90fce30da451e2b0f6808
5
5
  SHA512:
6
- metadata.gz: 4ccb13382a3161d3b156b48bb6d1288cbcd7f577124968baa9057b4ca86a2334dcf16341e0a6a15acbe10513626e2bc5371cf3c9aa4e0abd55b705fe555737b9
7
- data.tar.gz: e322ffc25bd326c720124d55b7dd487b1986143fb897b4525972c4e88a5af85a4916964006ecef8933fa66f579e75d883fef0b8388c5273a4d8a6f200ad458cf
6
+ metadata.gz: 3f7e4eb81b58dd94d58f46df34e36ce232fbc1dfa3d8874db3035ce8040dce8909f10b5a328538c650d275d5c2a052ce8cef99c4664b11d07d4fad99aa33ae65
7
+ data.tar.gz: d39aebe03995dcb65684272ca57421ad0798fc2699a0009b0374c121b665c03fc78a830a6f24a721cd1fc5992d79e09f12d5daaf281c0fbe9bd891ad79cb4e27
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.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.38.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.39.0
@@ -200,8 +200,7 @@ module Aws::BillingConductor
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
@@ -2201,7 +2200,7 @@ module Aws::BillingConductor
2201
2200
  tracer: tracer
2202
2201
  )
2203
2202
  context[:gem_name] = 'aws-sdk-billingconductor'
2204
- context[:gem_version] = '1.38.0'
2203
+ context[:gem_version] = '1.39.0'
2205
2204
  Seahorse::Client::Request.new(handlers, context)
2206
2205
  end
2207
2206
 
@@ -55,7 +55,7 @@ module Aws::BillingConductor
55
55
  autoload :EndpointProvider, 'aws-sdk-billingconductor/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-billingconductor/endpoints'
57
57
 
58
- GEM_VERSION = '1.38.0'
58
+ GEM_VERSION = '1.39.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-billingconductor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.38.0
4
+ version: 1.39.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services