aws-sdk-billing 1.5.0 → 1.6.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: b597b60f07c99b8cec88c5eea6983ca6a6c45e7a2555efbec39698c9af4a5660
4
- data.tar.gz: 05b416be9337d86ca54bc03f23b57d827146bd4fb1dd33d115408c86e783917b
3
+ metadata.gz: 360b484222393ed970dc96826bfc5f6be9c3e80c059dcfc510bce6c0f7d9e2aa
4
+ data.tar.gz: 1bebb038a69750ce41ec20286e724103a988355e453c6962670abfdb5cd0434a
5
5
  SHA512:
6
- metadata.gz: dc921d18de7530418e20f0f263b92904058939922daafe8b1a45d2faa1772a3523e66b6632100e66480d119184c5b4acb75a3f4e8537f49ba8668dda8595499a
7
- data.tar.gz: d0a8f946bcb6dcce3bbf052928c3c52ea09b5e18038a8664c9812fce42dca075e23fdcc47e2688078c3b8dbc2f9027cbc6ad755020527b7e89f558c35a3432be
6
+ metadata.gz: 4d96217f050606a5efcf54de9e8b3263f9ae535d5a17fc9cbcef8d0b648434c661436babf4fb9098aea4de36257c72c8e196c50070c47cb30970c585019414e9
7
+ data.tar.gz: 2e3a6fdafbfa4f18075cb19c656fa211198c9c1497dd36fff4a75dacc7359f10ab4cb489c0381929af1784af82a3572f309e86c1a66ee299e20cc792a5ca2041
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.6.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.5.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.0
1
+ 1.6.0
@@ -200,8 +200,7 @@ module Aws::Billing
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
@@ -1128,7 +1127,7 @@ module Aws::Billing
1128
1127
  tracer: tracer
1129
1128
  )
1130
1129
  context[:gem_name] = 'aws-sdk-billing'
1131
- context[:gem_version] = '1.5.0'
1130
+ context[:gem_version] = '1.6.0'
1132
1131
  Seahorse::Client::Request.new(handlers, context)
1133
1132
  end
1134
1133
 
@@ -55,7 +55,7 @@ module Aws::Billing
55
55
  autoload :EndpointProvider, 'aws-sdk-billing/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-billing/endpoints'
57
57
 
58
- GEM_VERSION = '1.5.0'
58
+ GEM_VERSION = '1.6.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-billing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services