aws-sdk-invoicing 1.13.0 → 1.14.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: 54f2bef226a2480e49a244f08aa03e27afc2c7c5e49733568fab94533b4a429f
4
- data.tar.gz: d4a6ab5b4e13ed83a1f1c1bea5f748f017dff874353d0d02a56d15017235e4dd
3
+ metadata.gz: 739efecf1c0c3ddb1015c65c75327c6f0f865860d8d28a40ef9a19b4d345721d
4
+ data.tar.gz: 6ea41e9b6bf7e9ec7c032909fc36067cecfb53645842c2f0c71831658c63eab4
5
5
  SHA512:
6
- metadata.gz: 9836e437bce8b5a53a0a0f20010b92951ddee35f079d3d302c74a231ee00b047513c3117d5ce7c3076e9b83248ba8e3a91af700d2b62d7e83a36436acfda5e12
7
- data.tar.gz: 8de86583baa7f68588174fc53f2a381e49266b2546fb69ebd2077621c3a4dac0b06b0c2b5134dce7bce3ac0ec12e071ce1230ee8908b18cc99ccff05437e61f0
6
+ metadata.gz: 7eab4cdb79369b1e9d3c2b292f42f8f0183e3d59e3b87ef6dd592cf33d3ce42f3910f63e4c69f25cf14c51d3c8ee88cff2fa2f65e9644e2ddde7e1bdf418bd72
7
+ data.tar.gz: 6113e7deb8dfa644eec9a8851860afe8afe94600a7988690a794c90c6f2b387114c6e104c1c61fcbfabd9edefe89ebc0397dc1a28b76a6fb7a9e87a3623e0799
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.14.0 (2025-10-27)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.13.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.13.0
1
+ 1.14.0
@@ -1834,7 +1834,7 @@ module Aws::Invoicing
1834
1834
  tracer: tracer
1835
1835
  )
1836
1836
  context[:gem_name] = 'aws-sdk-invoicing'
1837
- context[:gem_version] = '1.13.0'
1837
+ context[:gem_version] = '1.14.0'
1838
1838
  Seahorse::Client::Request.new(handlers, context)
1839
1839
  end
1840
1840
 
@@ -13,17 +13,17 @@ module Aws::Invoicing
13
13
  # @!attribute use_fips
14
14
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
15
15
  #
16
- # @return [Boolean]
16
+ # @return [boolean]
17
17
  #
18
18
  # @!attribute endpoint
19
19
  # Override the endpoint used to send this request
20
20
  #
21
- # @return [String]
21
+ # @return [string]
22
22
  #
23
23
  # @!attribute region
24
24
  # The AWS region used to dispatch the request.
25
25
  #
26
- # @return [String]
26
+ # @return [string]
27
27
  #
28
28
  EndpointParameters = Struct.new(
29
29
  :use_fips,
@@ -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.13.0'
58
+ GEM_VERSION = '1.14.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.13.0
4
+ version: 1.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services