aws-sdk-pricing 1.83.0 → 1.84.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: 0fe6ad05fc8fdd3f22d14d1c1564aed57bc90a2fa132305fd0fa639b4a4f3c40
4
- data.tar.gz: 8a976943b64ee4096d00bad7fa3ff150febedeedca476e54960624db4b030f79
3
+ metadata.gz: 6c7bfa15d54289c4375fa71db45ce9a8a53361412578401149273aad45204f1e
4
+ data.tar.gz: 108535a601ebcd2a9d73c717179aed7a088d70b5b8a242b32ca6190c3c778996
5
5
  SHA512:
6
- metadata.gz: 7a03a7308903253972527e931f49d3f71605601f329c1bd609003d8b98f1a25fbceea44725fed63e52dbc8e40077dc1adcb0680fef797a97a8ac43d8d7c3223a
7
- data.tar.gz: 8660e0942626b7c69caa60aa8d550eb070447d089de1d0f6441a5c791d5c84748c3686e9e7326c69ba041077c9157712a93f31470a9494953a863244f091d1ac
6
+ metadata.gz: f09a857a15d3d5a4eefb4c5f43c99b2622c8ed3a377581fa5ec9e86f08393a37e4bb0c7bb978106551e1ee9f497af408a218b94efc0319aab0dc04d32fba5744
7
+ data.tar.gz: 5713fee5702977d7c7a8d19acc171ae28ef37dd1c2c60846f2ecc7d90dea23ef5405ab12b70847addad3e455f49f75a4270549d728af9a4663880ae3100ed7dd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.84.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.83.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.83.0
1
+ 1.84.0
@@ -886,7 +886,7 @@ module Aws::Pricing
886
886
  tracer: tracer
887
887
  )
888
888
  context[:gem_name] = 'aws-sdk-pricing'
889
- context[:gem_version] = '1.83.0'
889
+ context[:gem_version] = '1.84.0'
890
890
  Seahorse::Client::Request.new(handlers, context)
891
891
  end
892
892
 
@@ -13,22 +13,22 @@ module Aws::Pricing
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # 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.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -55,7 +55,7 @@ module Aws::Pricing
55
55
  autoload :EndpointProvider, 'aws-sdk-pricing/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-pricing/endpoints'
57
57
 
58
- GEM_VERSION = '1.83.0'
58
+ GEM_VERSION = '1.84.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-pricing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.83.0
4
+ version: 1.84.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services