aws-sdk-cloudfront 1.117.0 → 1.118.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: e5bafa779400dbfc41a5d286d3e9e07db7c13b004b13b218540c1629fb1ab3f9
4
- data.tar.gz: 0c7b2db221d5ee0ad104753fe0605dc400513f9ac1be53a4cecae833c851689c
3
+ metadata.gz: 998af92963179cf60cb40f119426ef971d014a9e9af0ae41b79109c943b827b1
4
+ data.tar.gz: 95b36067a4c4549839861d60e698ac9a4450c3eacaf0ee9f9425b878e086ad45
5
5
  SHA512:
6
- metadata.gz: 18934dfe2642348ffdc8bc6036f782ab2ce01a5599a7984ab06235cc095db079146929f9463b8acee675a41e366d96ee0dc666bc4bf4cb0ec967f7331b2d44fc
7
- data.tar.gz: 2de8da0a1ef4d64638121038a3fc254c9d3d479a272d9d2325ed2f18ef91ecae1ec1c5060073e8c28554ce76d7055b20560e41ded53f1e1c9618d75fdfc61478
6
+ metadata.gz: 4dbd1bb0ac70693c4d859df78dcccca99a27e576ed64ae983977a0035a42cc59e21b5d5c8b3750a61043805ee792d37e19ee44223bda93812dbb394de2e30e07
7
+ data.tar.gz: 21f6773b59757af373b3dd23db36a3d7cc9e3ebb612d6a900901cef55e839dc910cc5ece6f5cd84ba24c5034fbca5871e52c7f4b2fd546d6586f1ee8e391e21a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.118.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.117.0 (2025-05-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.117.0
1
+ 1.118.0
@@ -200,8 +200,7 @@ module Aws::CloudFront
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -12146,7 +12145,7 @@ module Aws::CloudFront
12146
12145
  tracer: tracer
12147
12146
  )
12148
12147
  context[:gem_name] = 'aws-sdk-cloudfront'
12149
- context[:gem_version] = '1.117.0'
12148
+ context[:gem_version] = '1.118.0'
12150
12149
  Seahorse::Client::Request.new(handlers, context)
12151
12150
  end
12152
12151
 
@@ -55,7 +55,7 @@ module Aws::CloudFront
55
55
  autoload :EndpointProvider, 'aws-sdk-cloudfront/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-cloudfront/endpoints'
57
57
 
58
- GEM_VERSION = '1.117.0'
58
+ GEM_VERSION = '1.118.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-cloudfront
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.117.0
4
+ version: 1.118.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services