aws-sdk-invoicing 1.4.0 → 1.5.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: 5a75229cd6ca2c51ee20e7cbd061137bb29182cac88adf46c203be4b6aee9656
4
- data.tar.gz: 5e3ed48b15c19083eac0e91a0a77071e25ebebd9aed748629be1977c6e976680
3
+ metadata.gz: bc7a93e71dc85a6686886b9787be7f0bde4fab18d0efbc2ed1a4ff43087f4dca
4
+ data.tar.gz: 547bf7a7f7ae8387e7b2071367e63dcba7ddc2934983778c5fdebf53277cbcfa
5
5
  SHA512:
6
- metadata.gz: 59183f51d5af08e55579845f389c96f33a4fe54eebe26c631f71f496325e364fd05e50dd4d601d418905fb9b8395b4c2a608624d3c2c55019ee81e2a9be04c80
7
- data.tar.gz: 4bdf881ccedf6860095a9d3801a0c1818c05678e253220b14d32a4203c46a52f3fec528dfed16bee1b5ffe15308817f6242e7ead747bd5dc85cc5013ea7a3d8f
6
+ metadata.gz: 9fe6515b9cfc6462f2b5dff63b37201e66ea800ba0507c425234c89fdf473f8f1fd30d515e89528069692d565db5cac4e89626761da5ac5fb236b4e144b8b1e2
7
+ data.tar.gz: b74f22539e1ef7bf4f58aa9edc5543ed2b114aa871725989097c2f2c1139d73ee6c8655fed2839f1d07f7af9e46a7171d62ff14aff75449b03f3552c8d9a0613
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.5.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.4.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.5.0
@@ -200,8 +200,7 @@ module Aws::Invoicing
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
@@ -1186,7 +1185,7 @@ module Aws::Invoicing
1186
1185
  tracer: tracer
1187
1186
  )
1188
1187
  context[:gem_name] = 'aws-sdk-invoicing'
1189
- context[:gem_version] = '1.4.0'
1188
+ context[:gem_version] = '1.5.0'
1190
1189
  Seahorse::Client::Request.new(handlers, context)
1191
1190
  end
1192
1191
 
@@ -55,7 +55,7 @@ module Aws::Invoicing
55
55
  autoload :EndpointProvider, 'aws-sdk-invoicing/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-invoicing/endpoints'
57
57
 
58
- GEM_VERSION = '1.4.0'
58
+ GEM_VERSION = '1.5.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-invoicing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services