aws-sdk-cloudfrontkeyvaluestore 1.27.0 → 1.28.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: 6644ce0a501ddc29481796e131f0dee139afa2b3d86569366cf60c658cf5ceed
4
- data.tar.gz: 36def32120c5c1f7ad3d529953838390a14c5ada04efc8fdc769434387636767
3
+ metadata.gz: a79d81c8a959b2ff0327539cf314f60200abc5d43e2b1013f59b403b422fb0e4
4
+ data.tar.gz: cf574694fc539da1edcb321e577222aca7b8952a09149e3a075cebaf8688a86e
5
5
  SHA512:
6
- metadata.gz: 248297b777006d9b7f0b8e4eadccc6e10e69c62d4c86c89cd849c933c3eacad9827b036ef5a185c2f73b00cfbc981662b1dad99b7ad6ea8d95987e85616c5b0b
7
- data.tar.gz: 4936ed5db49dc3f0f2fb92834a05815e44bcd53d2be0beef2588f2d6284071c4977989a8e5e44287e0dc01ee77be2bff027540fb39f09aa25cb295ff690a2c18
6
+ metadata.gz: 8d538a61e84d11edaf7142cbe13b44126c292bc4f359db73744b1ff3b8e2877915429b424ca97c0cb094c73d2a488f20c00da9db1f469f58aaa207bb63c9871a
7
+ data.tar.gz: 704603282bf5e37aae8e9ecd70884a1449d32edf9804e80fc970711b0be863952bf0d03e742a42c6372861df3cac091c88fd2172cbf627dbcd515ddb09694b3c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.28.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.27.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.27.0
1
+ 1.28.0
@@ -760,7 +760,7 @@ module Aws::CloudFrontKeyValueStore
760
760
  tracer: tracer
761
761
  )
762
762
  context[:gem_name] = 'aws-sdk-cloudfrontkeyvaluestore'
763
- context[:gem_version] = '1.27.0'
763
+ context[:gem_version] = '1.28.0'
764
764
  Seahorse::Client::Request.new(handlers, context)
765
765
  end
766
766
 
@@ -13,22 +13,22 @@ module Aws::CloudFrontKeyValueStore
13
13
  # @!attribute kvs_arn
14
14
  # The ARN of the Key Value Store
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute region
19
19
  # The AWS region used to dispatch the request.
20
20
  #
21
- # @return [String]
21
+ # @return [string]
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
  :kvs_arn,
@@ -54,7 +54,7 @@ module Aws::CloudFrontKeyValueStore
54
54
  autoload :EndpointProvider, 'aws-sdk-cloudfrontkeyvaluestore/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cloudfrontkeyvaluestore/endpoints'
56
56
 
57
- GEM_VERSION = '1.27.0'
57
+ GEM_VERSION = '1.28.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-cloudfrontkeyvaluestore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.27.0
4
+ version: 1.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services