aws-sdk-cloudfront 1.113.0 → 1.114.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: 3b66a395e5cf24f802e65d910b269c5012f607246ba1d5d0b7e9a99a94f59bc6
4
- data.tar.gz: e3b2192bce3ac9248a059b8e534f2c48bbc6c42824157f102f538a6a2b2bb451
3
+ metadata.gz: f76b66a6af1924079c3388a88b810d3552d60474286a89bade38c1b150f0c76d
4
+ data.tar.gz: 800b3f2bfdfe962fe1d4dc5680741a9523d335ecfe0da9e69eeec878721b3ec4
5
5
  SHA512:
6
- metadata.gz: 7a0368c0c766470b0c9bc2d867bfbf240b09d3dc59fc4e41d95a2a5e24af937dc99c69a397b027a51c037303deca019c0a90a34528d8aa8bb6e66745952d7fb3
7
- data.tar.gz: aae137cfe312fc34eed3d74fce11c665a9bd20ad860a3b094086d97ef7b12f90ba4d04954c453d030b432d4ed44a10b222fcb967c736637c9c9e73d24bb932ae
6
+ metadata.gz: 2690af46c21db441c8ce9cc0dc9f8049ecfe7effb3deb48923ac1d3542d05ee419a2ab717e509cc2f66bc4deead3bfc47e58ddb494dc29ceb02c60a2d8b2329e
7
+ data.tar.gz: 9504a8eb391fdb78b7f6734464a2735e1363ed121669c575070019857f955a965d1737c0970b5576b6b9752a83915f16e652f9beb605e8d191e698c9cddfd89e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.114.0 (2025-03-07)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Amazon CloudFront.
8
+
4
9
  1.113.0 (2025-02-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.113.0
1
+ 1.114.0
@@ -2522,8 +2522,9 @@ module Aws::CloudFront
2522
2522
  req.send_request(options)
2523
2523
  end
2524
2524
 
2525
- # Enables additional CloudWatch metrics for the specified CloudFront
2526
- # distribution. The additional metrics incur an additional cost.
2525
+ # Enables or disables additional Amazon CloudWatch metrics for the
2526
+ # specified CloudFront distribution. The additional metrics incur an
2527
+ # additional cost.
2527
2528
  #
2528
2529
  # For more information, see [Viewing additional CloudFront distribution
2529
2530
  # metrics][1] in the *Amazon CloudFront Developer Guide*.
@@ -10520,7 +10521,7 @@ module Aws::CloudFront
10520
10521
  tracer: tracer
10521
10522
  )
10522
10523
  context[:gem_name] = 'aws-sdk-cloudfront'
10523
- context[:gem_version] = '1.113.0'
10524
+ context[:gem_version] = '1.114.0'
10524
10525
  Seahorse::Client::Request.new(handlers, context)
10525
10526
  end
10526
10527
 
@@ -106,7 +106,7 @@ module Aws::CloudFront
106
106
  # @!attribute [rw] icp_recordal_status
107
107
  # The Internet Content Provider (ICP) recordal status for a CNAME. The
108
108
  # ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in
109
- # regions outside of China.
109
+ # Amazon Web Services Regions outside of China.
110
110
  #
111
111
  # The status values returned are the following:
112
112
  #
@@ -114,8 +114,8 @@ module Aws::CloudFront
114
114
  # recordal number. Multiple CNAMEs can be associated with a
115
115
  # distribution, and CNAMEs can correspond to different ICP
116
116
  # recordals. To be marked as APPROVED, that is, valid to use with
117
- # China region, a CNAME must have one ICP recordal number associated
118
- # with it.
117
+ # the China Regions, a CNAME must have one ICP recordal number
118
+ # associated with it.
119
119
  #
120
120
  # * **SUSPENDED** indicates that the associated CNAME does not have a
121
121
  # valid ICP recordal number.
@@ -12901,7 +12901,7 @@ module Aws::CloudFront
12901
12901
  include Aws::Structure
12902
12902
  end
12903
12903
 
12904
- # This operation is not supported in this region.
12904
+ # This operation is not supported in this Amazon Web Services Region.
12905
12905
  #
12906
12906
  # @!attribute [rw] message
12907
12907
  # @return [String]
@@ -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.113.0'
58
+ GEM_VERSION = '1.114.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.113.0
4
+ version: 1.114.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-26 00:00:00.000000000 Z
11
+ date: 2025-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core