aws-sdk-cloudfront 1.115.0 → 1.117.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudfront/client.rb +7 -5
- data/lib/aws-sdk-cloudfront/client_api.rb +135 -135
- data/lib/aws-sdk-cloudfront/endpoint_provider.rb +3 -3
- data/lib/aws-sdk-cloudfront/types.rb +22 -19
- data/lib/aws-sdk-cloudfront.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e5bafa779400dbfc41a5d286d3e9e07db7c13b004b13b218540c1629fb1ab3f9
|
4
|
+
data.tar.gz: 0c7b2db221d5ee0ad104753fe0605dc400513f9ac1be53a4cecae833c851689c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 18934dfe2642348ffdc8bc6036f782ab2ce01a5599a7984ab06235cc095db079146929f9463b8acee675a41e366d96ee0dc666bc4bf4cb0ec967f7331b2d44fc
|
7
|
+
data.tar.gz: 2de8da0a1ef4d64638121038a3fc254c9d3d479a272d9d2325ed2f18ef91ecae1ec1c5060073e8c28554ce76d7055b20560e41ded53f1e1c9618d75fdfc61478
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.117.0 (2025-05-08)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Doc-only update for CloudFront. These changes include customer-reported issues.
|
8
|
+
|
9
|
+
1.116.0 (2025-05-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.115.0 (2025-04-28)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.117.0
|
@@ -5451,8 +5451,8 @@ module Aws::CloudFront
|
|
5451
5451
|
# Gets information about a distribution tenant.
|
5452
5452
|
#
|
5453
5453
|
# @option params [required, String] :identifier
|
5454
|
-
# The
|
5455
|
-
# of the distribution tenant.
|
5454
|
+
# The identifier of the distribution tenant. You can specify the ARN,
|
5455
|
+
# ID, or name of the distribution tenant.
|
5456
5456
|
#
|
5457
5457
|
# @return [Types::GetDistributionTenantResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
5458
5458
|
#
|
@@ -5939,7 +5939,8 @@ module Aws::CloudFront
|
|
5939
5939
|
# Gets details about the CloudFront managed ACM certificate.
|
5940
5940
|
#
|
5941
5941
|
# @option params [required, String] :identifier
|
5942
|
-
# The identifier of the
|
5942
|
+
# The identifier of the distribution tenant. You can specify the ARN,
|
5943
|
+
# ID, or name of the distribution tenant.
|
5943
5944
|
#
|
5944
5945
|
# @return [Types::GetManagedCertificateDetailsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
5945
5946
|
#
|
@@ -12097,7 +12098,8 @@ module Aws::CloudFront
|
|
12097
12098
|
# The domain name that you're verifying.
|
12098
12099
|
#
|
12099
12100
|
# @option params [required, String] :identifier
|
12100
|
-
# The
|
12101
|
+
# The identifier of the distribution tenant. You can specify the ARN,
|
12102
|
+
# ID, or name of the distribution tenant.
|
12101
12103
|
#
|
12102
12104
|
# @return [Types::VerifyDnsConfigurationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
12103
12105
|
#
|
@@ -12144,7 +12146,7 @@ module Aws::CloudFront
|
|
12144
12146
|
tracer: tracer
|
12145
12147
|
)
|
12146
12148
|
context[:gem_name] = 'aws-sdk-cloudfront'
|
12147
|
-
context[:gem_version] = '1.
|
12149
|
+
context[:gem_version] = '1.117.0'
|
12148
12150
|
Seahorse::Client::Request.new(handlers, context)
|
12149
12151
|
end
|
12150
12152
|
|