aws-sdk-cloudfront 1.104.0 → 1.105.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: 5ff7b0ee8d0bb234dc0f6580b59e9dcd2d165ffdad5c647be37e0350c4e6bee2
4
- data.tar.gz: 830f308f936e8d98966afe9ce6960f0d65f981d0dbe6b310b55e0cbce274095e
3
+ metadata.gz: 3384890cbb901b90a0371fb53820b5cf1c2976688d6a1dace17f2c3e0c3c1126
4
+ data.tar.gz: 28c272e2a291885a234ec48b0fa27093da05b640a516940c595ea622002b9fb4
5
5
  SHA512:
6
- metadata.gz: b3b687fa495a0c9bb19d8b9e41c867dbafb1bbffa5d65164a9dd75e04824bc55af4f2b4076fcae003ccb5f0aa1c5d76d382d833cd74ec81604c95217c9e988a7
7
- data.tar.gz: c1d9f393434433afe74d4a8d3021e38ab225f6fed3eed220df14bb10940c100de42c904e1867427cb338804c606b53c2b8a0b88b52f289642dd1476a9f394100
6
+ metadata.gz: e29587a92ae917b3d12b878a5281a0d87013fcb931b3b4ff9fc115528744796fd032b03e5b93c1aaa0ba86ee93e698aed3762631c631405161533bcc6d27ba14
7
+ data.tar.gz: 50f46299c34d459737697ea8b22720c7eb0bbfef488d7d56efa63d4ca70fd864857fe4f8751ed663bdc6fe28548b957d4f40ce3ca999095a317021fcb0ced677
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.105.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.104.0 (2024-11-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.104.0
1
+ 1.105.0
@@ -7788,7 +7788,6 @@ module Aws::CloudFront
7788
7788
  # remove the `ETag` field from the distribution configuration.
7789
7789
  #
7790
7790
  # * You can't change the value of `CallerReference`.
7791
- #
7792
7791
  # 3. Submit an `UpdateDistribution` request, providing the updated
7793
7792
  # distribution configuration. The new configuration replaces the
7794
7793
  # existing configuration. The values that you specify in an
@@ -9490,7 +9489,7 @@ module Aws::CloudFront
9490
9489
  tracer: tracer
9491
9490
  )
9492
9491
  context[:gem_name] = 'aws-sdk-cloudfront'
9493
- context[:gem_version] = '1.104.0'
9492
+ context[:gem_version] = '1.105.0'
9494
9493
  Seahorse::Client::Request.new(handlers, context)
9495
9494
  end
9496
9495
 
@@ -13089,7 +13089,6 @@ module Aws::CloudFront
13089
13089
  # don't support SNI, set `SSLSupportMethod` to `vip`. This is not
13090
13090
  # recommended, and results in additional monthly charges from
13091
13091
  # CloudFront.
13092
- #
13093
13092
  # * The minimum SSL/TLS protocol version that the distribution can use
13094
13093
  # to communicate with viewers. To specify a minimum version, choose a
13095
13094
  # value for `MinimumProtocolVersion`. For more information, see
@@ -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.104.0'
58
+ GEM_VERSION = '1.105.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudfront
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.104.0
4
+ version: 1.105.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-11 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core