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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0121efc3a35c42bdc82c21b3dd512e02e2905f81a9e500be39263d443ce151ac
4
- data.tar.gz: 2357d54bb0b3181a3822e5c21f09699c72e45513ec5d2c16830529f07e335842
3
+ metadata.gz: 3b66a395e5cf24f802e65d910b269c5012f607246ba1d5d0b7e9a99a94f59bc6
4
+ data.tar.gz: e3b2192bce3ac9248a059b8e534f2c48bbc6c42824157f102f538a6a2b2bb451
5
5
  SHA512:
6
- metadata.gz: 85bcce84f97b65a619fb3b6b7527a423b157f24c0c421b5523548ea85c9dc99f3cb72ed00106c566a2f32fc64a13426c50fdec12001249205a6f3a21b659bea3
7
- data.tar.gz: cd25d23d4fec3e61b2b8226ec9072f92df3760f0b2e6099363c8b7d249f3619930bd885ddeacb31e2e8d78456b11fe4b69f0c29436b0284cc9dcfe52d5ee9905
6
+ metadata.gz: 7a0368c0c766470b0c9bc2d867bfbf240b09d3dc59fc4e41d95a2a5e24af937dc99c69a397b027a51c037303deca019c0a90a34528d8aa8bb6e66745952d7fb3
7
+ data.tar.gz: aae137cfe312fc34eed3d74fce11c665a9bd20ad860a3b094086d97ef7b12f90ba4d04954c453d030b432d4ed44a10b222fcb967c736637c9c9e73d24bb932ae
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.113.0 (2025-02-26)
5
+ ------------------
6
+
7
+ * Feature - Documentation update for VPC origin config.
8
+
4
9
  1.112.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.112.0
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.112.0'
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 Services
13798
- # Support Center][2].
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.
@@ -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.112.0'
58
+ GEM_VERSION = '1.113.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.112.0
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-18 00:00:00.000000000 Z
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