aws-sdk-cloudfront 1.112.0 → 1.113.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 -1
- data/lib/aws-sdk-cloudfront/types.rb +4 -2
- 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: 3b66a395e5cf24f802e65d910b269c5012f607246ba1d5d0b7e9a99a94f59bc6
|
4
|
+
data.tar.gz: e3b2192bce3ac9248a059b8e534f2c48bbc6c42824157f102f538a6a2b2bb451
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a0368c0c766470b0c9bc2d867bfbf240b09d3dc59fc4e41d95a2a5e24af937dc99c69a397b027a51c037303deca019c0a90a34528d8aa8bb6e66745952d7fb3
|
7
|
+
data.tar.gz: aae137cfe312fc34eed3d74fce11c665a9bd20ad860a3b094086d97ef7b12f90ba4d04954c453d030b432d4ed44a10b222fcb967c736637c9c9e73d24bb932ae
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.113.0
|
@@ -10520,7 +10520,7 @@ module Aws::CloudFront
|
|
10520
10520
|
tracer: tracer
|
10521
10521
|
)
|
10522
10522
|
context[:gem_name] = 'aws-sdk-cloudfront'
|
10523
|
-
context[:gem_version] = '1.
|
10523
|
+
context[:gem_version] = '1.113.0'
|
10524
10524
|
Seahorse::Client::Request.new(handlers, context)
|
10525
10525
|
end
|
10526
10526
|
|
@@ -8678,6 +8678,8 @@ module Aws::CloudFront
|
|
8678
8678
|
# * Use `S3OriginConfig` to specify an Amazon S3 bucket that is not
|
8679
8679
|
# configured with static website hosting.
|
8680
8680
|
#
|
8681
|
+
# * Use `VpcOriginConfig` to specify a VPC origin.
|
8682
|
+
#
|
8681
8683
|
# * Use `CustomOriginConfig` to specify all other kinds of origins,
|
8682
8684
|
# including:
|
8683
8685
|
#
|
@@ -13794,8 +13796,8 @@ module Aws::CloudFront
|
|
13794
13796
|
# * `static-ip` - Do not specify this value unless your distribution
|
13795
13797
|
# has been enabled for this feature by the CloudFront team. If you
|
13796
13798
|
# have a use case that requires static IP addresses for a
|
13797
|
-
# distribution, contact CloudFront through the [Amazon Web
|
13798
|
-
#
|
13799
|
+
# distribution, contact CloudFront through the [Amazon Web
|
13800
|
+
# ServicesSupport Center][2].
|
13799
13801
|
#
|
13800
13802
|
# If the distribution uses the CloudFront domain name such as
|
13801
13803
|
# `d111111abcdef8.cloudfront.net`, don't set a value for this field.
|
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.113.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: 2025-02-
|
11
|
+
date: 2025-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|