aws-sdk-cloudfront 1.118.0 → 1.132.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 +70 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudfront/client.rb +254 -103
- data/lib/aws-sdk-cloudfront/client_api.rb +20 -9
- data/lib/aws-sdk-cloudfront/customizations.rb +0 -1
- data/lib/aws-sdk-cloudfront/endpoint_parameters.rb +12 -12
- data/lib/aws-sdk-cloudfront/endpoint_provider.rb +14 -11
- data/lib/aws-sdk-cloudfront/signer.rb +14 -20
- data/lib/aws-sdk-cloudfront/types.rb +435 -139
- data/lib/aws-sdk-cloudfront.rb +1 -1
- data/sig/client.rbs +19 -9
- data/sig/resource.rbs +1 -0
- data/sig/types.rbs +6 -3
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a5d58e77a01a589bf58fa03725d00dcd2bb1cdfd92232a6ce57734a446bda65b
|
|
4
|
+
data.tar.gz: a04fef0c2165313a4c761db33988d91935f8999d915b20d20abf1a085e5db748
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ce347ee46a992b31cac160b269c234bb07bd1bce9b2e9526da537c48a8b40e82af8a01049494b9c611f7e43a785ef7f4456d74721b65367696ba269023d46db
|
|
7
|
+
data.tar.gz: 3fd1ec2e8a184f161b0e34e3f8ac74ea35b7558ddc5e545ce2f285e8925d8deadc68dafaa55277d0cc41fb1c466f279bec009ee199c84cecff90c807738de627
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,76 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.132.0 (2025-10-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.131.0 (2025-10-17)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Update endpoint ruleset parameters casing
|
|
13
|
+
|
|
14
|
+
1.130.0 (2025-10-10)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Added new viewer security policy, TLSv1.2_2025, for CloudFront.
|
|
18
|
+
|
|
19
|
+
1.129.0 (2025-09-16)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - CloudFront signers now support ECDSA private keys in addition to RSA keys.
|
|
23
|
+
|
|
24
|
+
1.128.0 (2025-09-03)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Adding an optional field IpAddressType in CustomOriginConfig
|
|
28
|
+
|
|
29
|
+
1.127.0 (2025-08-26)
|
|
30
|
+
------------------
|
|
31
|
+
|
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
33
|
+
|
|
34
|
+
1.126.0 (2025-08-21)
|
|
35
|
+
------------------
|
|
36
|
+
|
|
37
|
+
* Feature - Remove incorrect endpoint tests
|
|
38
|
+
|
|
39
|
+
1.125.0 (2025-08-07)
|
|
40
|
+
------------------
|
|
41
|
+
|
|
42
|
+
* Feature - Added new viewer security policy, TLSv1.3_2025, for CloudFront.
|
|
43
|
+
|
|
44
|
+
1.124.0 (2025-08-04)
|
|
45
|
+
------------------
|
|
46
|
+
|
|
47
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
48
|
+
|
|
49
|
+
1.123.0 (2025-07-31)
|
|
50
|
+
------------------
|
|
51
|
+
|
|
52
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
53
|
+
|
|
54
|
+
1.122.0 (2025-07-30)
|
|
55
|
+
------------------
|
|
56
|
+
|
|
57
|
+
* Feature - This release adds new origin timeout options: 1) ResponseCompletionTimeout and 2) OriginReadTimeout (for S3 origins)
|
|
58
|
+
|
|
59
|
+
1.121.0 (2025-07-21)
|
|
60
|
+
------------------
|
|
61
|
+
|
|
62
|
+
* Feature - Add dualstack endpoint support
|
|
63
|
+
|
|
64
|
+
1.120.0 (2025-07-17)
|
|
65
|
+
------------------
|
|
66
|
+
|
|
67
|
+
* Feature - Doc only update for CloudFront that fixes some customer-reported issues
|
|
68
|
+
|
|
69
|
+
1.119.0 (2025-06-02)
|
|
70
|
+
------------------
|
|
71
|
+
|
|
72
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
73
|
+
|
|
4
74
|
1.118.0 (2025-05-12)
|
|
5
75
|
------------------
|
|
6
76
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.132.0
|