aws-sdk-bcmpricingcalculator 1.18.0 → 1.19.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: 7099a192332319b1d6dca7b3950247b07452e848b1b5842abf638134fe64a3bb
4
- data.tar.gz: a5f6c09ba57e4e0294892fb403b0c48f31fca0ec8d5d8c30ff289ad0526088be
3
+ metadata.gz: c91cd2b920b72e738674fa4aaa1d2aa52807c7fa3b30c4f46817143b185ef166
4
+ data.tar.gz: ff8182a69a6c7cbb68b32026eafbecde643ec611df374f07e25a46713625aeaa
5
5
  SHA512:
6
- metadata.gz: 1edaa25581cd6f7e3563b62f7fed76df7480832f58d9766ca989a1e6a5b6e69ec66e53e96128752003df2ed6b304e34d85185c3deb64880dcf9e07a7e4a99655
7
- data.tar.gz: 625c785caa0ca5d00e96b8243cd74b40842edb0139f4da4496fe1e5e9dc521bf2bf3040b10b6bed605cf667a86f00f904b7fbf3d5c8293c4dd38adc573f2c749
6
+ metadata.gz: 13b043b85f93a43999fdbfaa3b10a0c802a948d7c4b5f47aef37b8d24ac15a1a6c563ba1d9d99ae63ead5cd62ec880a2fd1d46e1572cbcbb3a72ac82e3261a97
7
+ data.tar.gz: b7449bee5833d1538397f4342007b0e76bcac16e3faff76e422309e51981c7c2dee14b659d625571697d2591c0f8263db08a5e4233966d53daf8bdcbe4def65b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.19.0 (2025-10-28)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.18.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.18.0
1
+ 1.19.0
@@ -2730,7 +2730,7 @@ module Aws::BCMPricingCalculator
2730
2730
  tracer: tracer
2731
2731
  )
2732
2732
  context[:gem_name] = 'aws-sdk-bcmpricingcalculator'
2733
- context[:gem_version] = '1.18.0'
2733
+ context[:gem_version] = '1.19.0'
2734
2734
  Seahorse::Client::Request.new(handlers, context)
2735
2735
  end
2736
2736
 
@@ -13,17 +13,17 @@ module Aws::BCMPricingCalculator
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::BCMPricingCalculator
55
55
  autoload :EndpointProvider, 'aws-sdk-bcmpricingcalculator/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-bcmpricingcalculator/endpoints'
57
57
 
58
- GEM_VERSION = '1.18.0'
58
+ GEM_VERSION = '1.19.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-bcmpricingcalculator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.0
4
+ version: 1.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services