aws-sdk-cloudfront 1.41.0 → 1.42.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/lib/aws-sdk-cloudfront.rb +1 -1
- data/lib/aws-sdk-cloudfront/client.rb +1 -1
- data/lib/aws-sdk-cloudfront/types.rb +19 -13
- 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: 1f38fa18b9d8845e479c8882b2bc44b295eeb6d34bbb26d773462caf49c74ee3
|
|
4
|
+
data.tar.gz: d7c783e585883dcc2ff2ee32c52f38fdd8f7346ab3bc84abfe86ca38b24549f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5542e62b2ffa403179d4d527dcbad239265a68f9d46401ba3504f5f9c13343451001eac050cd66f5cfcbfb0c6d339e3a221b099a67cde6884ee819699b915433
|
|
7
|
+
data.tar.gz: 78a7f8d89a945676e1e8049331e0686b05a8f51a321277c7ed7658a3db4d437b7aa8c9335c6ad1d3e745dcebee0f1c3d138ebd6bbf5b44737233a55208be32ed
|
data/lib/aws-sdk-cloudfront.rb
CHANGED
|
@@ -5864,7 +5864,7 @@ module Aws::CloudFront
|
|
|
5864
5864
|
params: params,
|
|
5865
5865
|
config: config)
|
|
5866
5866
|
context[:gem_name] = 'aws-sdk-cloudfront'
|
|
5867
|
-
context[:gem_version] = '1.
|
|
5867
|
+
context[:gem_version] = '1.42.0'
|
|
5868
5868
|
Seahorse::Client::Request.new(handlers, context)
|
|
5869
5869
|
end
|
|
5870
5870
|
|
|
@@ -4215,9 +4215,7 @@ module Aws::CloudFront
|
|
|
4215
4215
|
# Class for a CloudFront Distribution][1] in the *Amazon CloudFront
|
|
4216
4216
|
# Developer Guide*. For information about CloudFront pricing,
|
|
4217
4217
|
# including how price classes (such as Price Class 100) map to
|
|
4218
|
-
# CloudFront regions, see [Amazon CloudFront Pricing][2].
|
|
4219
|
-
# class information, scroll down to see the table at the bottom of the
|
|
4220
|
-
# page.
|
|
4218
|
+
# CloudFront regions, see [Amazon CloudFront Pricing][2].
|
|
4221
4219
|
#
|
|
4222
4220
|
#
|
|
4223
4221
|
#
|
|
@@ -8947,15 +8945,19 @@ module Aws::CloudFront
|
|
|
8947
8945
|
#
|
|
8948
8946
|
# * Includes the normalized header in the cache key
|
|
8949
8947
|
#
|
|
8950
|
-
# * Includes the normalized header in the request to the origin
|
|
8951
|
-
#
|
|
8952
|
-
# If one or both of these fields are `true`, you should not whitelist
|
|
8953
|
-
# the `Accept-Encoding` header in the cache policy or in an origin
|
|
8954
|
-
# request policy attached to the same cache behavior.
|
|
8948
|
+
# * Includes the normalized header in the request to the origin, if a
|
|
8949
|
+
# request is necessary
|
|
8955
8950
|
#
|
|
8956
8951
|
# For more information, see [Cache compressed objects][1] in the
|
|
8957
8952
|
# *Amazon CloudFront Developer Guide*.
|
|
8958
8953
|
#
|
|
8954
|
+
# If you set this value to `true`, and this cache behavior also has an
|
|
8955
|
+
# origin request policy attached, do not include the `Accept-Encoding`
|
|
8956
|
+
# header in the origin request policy. CloudFront always includes the
|
|
8957
|
+
# `Accept-Encoding` header in origin requests when the value of this
|
|
8958
|
+
# field is `true`, so including this header in an origin request
|
|
8959
|
+
# policy has no effect.
|
|
8960
|
+
#
|
|
8959
8961
|
# If both of these fields are `false`, then CloudFront treats the
|
|
8960
8962
|
# `Accept-Encoding` header the same as any other HTTP header in the
|
|
8961
8963
|
# viewer request. By default, it’s not included in the cache key and
|
|
@@ -8982,15 +8984,19 @@ module Aws::CloudFront
|
|
|
8982
8984
|
#
|
|
8983
8985
|
# * Includes the normalized header in the cache key
|
|
8984
8986
|
#
|
|
8985
|
-
# * Includes the normalized header in the request to the origin
|
|
8986
|
-
#
|
|
8987
|
-
# If one or both of these fields are `true`, you should not whitelist
|
|
8988
|
-
# the `Accept-Encoding` header in the cache policy or in an origin
|
|
8989
|
-
# request policy attached to the same cache behavior.
|
|
8987
|
+
# * Includes the normalized header in the request to the origin, if a
|
|
8988
|
+
# request is necessary
|
|
8990
8989
|
#
|
|
8991
8990
|
# For more information, see [Cache compressed objects][1] in the
|
|
8992
8991
|
# *Amazon CloudFront Developer Guide*.
|
|
8993
8992
|
#
|
|
8993
|
+
# If you set this value to `true`, and this cache behavior also has an
|
|
8994
|
+
# origin request policy attached, do not include the `Accept-Encoding`
|
|
8995
|
+
# header in the origin request policy. CloudFront always includes the
|
|
8996
|
+
# `Accept-Encoding` header in origin requests when the value of this
|
|
8997
|
+
# field is `true`, so including this header in an origin request
|
|
8998
|
+
# policy has no effect.
|
|
8999
|
+
#
|
|
8994
9000
|
# If both of these fields are `false`, then CloudFront treats the
|
|
8995
9001
|
# `Accept-Encoding` header the same as any other HTTP header in the
|
|
8996
9002
|
# viewer request. By default, it’s not included in the cache key and
|
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.42.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: 2020-09-
|
|
11
|
+
date: 2020-09-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|