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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudfront/client.rb +4 -3
- data/lib/aws-sdk-cloudfront/types.rb +4 -4
- 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: f76b66a6af1924079c3388a88b810d3552d60474286a89bade38c1b150f0c76d
|
4
|
+
data.tar.gz: 800b3f2bfdfe962fe1d4dc5680741a9523d335ecfe0da9e69eeec878721b3ec4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2690af46c21db441c8ce9cc0dc9f8049ecfe7effb3deb48923ac1d3542d05ee419a2ab717e509cc2f66bc4deead3bfc47e58ddb494dc29ceb02c60a2d8b2329e
|
7
|
+
data.tar.gz: 9504a8eb391fdb78b7f6734464a2735e1363ed121669c575070019857f955a965d1737c0970b5576b6b9752a83915f16e652f9beb605e8d191e698c9cddfd89e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
2526
|
-
# distribution. The additional metrics incur an
|
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.
|
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
|
-
#
|
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
|
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
|
12904
|
+
# This operation is not supported in this Amazon Web Services Region.
|
12905
12905
|
#
|
12906
12906
|
# @!attribute [rw] message
|
12907
12907
|
# @return [String]
|
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.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-
|
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
|