aws-sdk-savingsplans 1.66.0 → 1.67.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: aa6dacbf6757e49041c42e96df9f73048b721debb2cc0d0c54624e20c35c7226
4
- data.tar.gz: 0aae71e33c27aa6b1d30ad98b71d50e1f5e5ccd26a267091571bc37c3749b5b4
3
+ metadata.gz: 49ddf9584bc7d4d9d63bb25ece25d431107d21906d2da2431d4a0efb2cdd4a47
4
+ data.tar.gz: aedd97f4ed103f2359e9e83276fbdfcf961d9ca32db7fc931234afe43fa5904d
5
5
  SHA512:
6
- metadata.gz: 3fd555e95e6052bf993ae0219d66ca16365baf5d417218c7e215d7da351715d9dc4484438dd30710c7e5b8d515ee78f71bc627698153ddcc223289a7a352a864
7
- data.tar.gz: 77167c2db723b8b29d782ab9f44f2e50752cb9c94cc77c760b9db4ab5a83027226b51e3b5ebfa8c0f8ee0ffee208ff9aecc225332f9f38079285bce2b0abb66e
6
+ metadata.gz: 995f74dda9c258a7e5e6315e38dac5c593aa7ac9caf34dae3dff0cc74821e98212a0168e03d957bfc8fda1d2cdaa3f66fcd7044daee8f71de452c704a2626153
7
+ data.tar.gz: c559c6a8f5d8631ce741f5c1619bd728f98eb306db6e9acb53d0eefdbf691d7f7c71e605d5226c4d71abcbbf68cfb131f74ab17cd8a77346df2dc8926f8ed656
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.67.0 (2025-10-23)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.66.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.66.0
1
+ 1.67.0
@@ -1023,7 +1023,7 @@ module Aws::SavingsPlans
1023
1023
  tracer: tracer
1024
1024
  )
1025
1025
  context[:gem_name] = 'aws-sdk-savingsplans'
1026
- context[:gem_version] = '1.66.0'
1026
+ context[:gem_version] = '1.67.0'
1027
1027
  Seahorse::Client::Request.new(handlers, context)
1028
1028
  end
1029
1029
 
@@ -13,22 +13,22 @@ module Aws::SavingsPlans
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,
@@ -54,7 +54,7 @@ module Aws::SavingsPlans
54
54
  autoload :EndpointProvider, 'aws-sdk-savingsplans/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-savingsplans/endpoints'
56
56
 
57
- GEM_VERSION = '1.66.0'
57
+ GEM_VERSION = '1.67.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-savingsplans
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.66.0
4
+ version: 1.67.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services