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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudfront/client.rb +1 -2
- data/lib/aws-sdk-cloudfront/types.rb +0 -1
- data/lib/aws-sdk-cloudfront.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3384890cbb901b90a0371fb53820b5cf1c2976688d6a1dace17f2c3e0c3c1126
|
|
4
|
+
data.tar.gz: 28c272e2a291885a234ec48b0fa27093da05b640a516940c595ea622002b9fb4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e29587a92ae917b3d12b878a5281a0d87013fcb931b3b4ff9fc115528744796fd032b03e5b93c1aaa0ba86ee93e698aed3762631c631405161533bcc6d27ba14
|
|
7
|
+
data.tar.gz: 50f46299c34d459737697ea8b22720c7eb0bbfef488d7d56efa63d4ca70fd864857fe4f8751ed663bdc6fe28548b957d4f40ce3ca999095a317021fcb0ced677
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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
|
data/lib/aws-sdk-cloudfront.rb
CHANGED
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.
|
|
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
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|