aws-sdk-cloudfront 1.70.0 → 1.72.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 +415 -153
- data/lib/aws-sdk-cloudfront/client_api.rb +114 -0
- data/lib/aws-sdk-cloudfront/endpoint_provider.rb +157 -159
- data/lib/aws-sdk-cloudfront/endpoints.rb +14 -0
- data/lib/aws-sdk-cloudfront/errors.rb +64 -0
- data/lib/aws-sdk-cloudfront/plugins/endpoints.rb +2 -0
- data/lib/aws-sdk-cloudfront/types.rb +265 -4344
- 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: 3beb6f85cd049942cbb38919882d23e974f7ffc0681ebe53d2c8986fc299a3c6
|
|
4
|
+
data.tar.gz: 76939b083d1c1dc985957e0b49614e7b96fadce8e183186d10b112f408aefb22
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 77bff94356689ed89d1b3af99b78f46d732b9f364c2ce3fbd9bccc7a7f6f98d983662d307be7e9a22b13afeffee12a8a71397a2a682788429a2bc00d7fbd5cbf
|
|
7
|
+
data.tar.gz: 61148a9265c4a0e3c241f11d0f01e457d31dc5338bec61fbdb8c71ca2fc7a8e9a81e2e696138c7602ce861397befb18b095d81f16b177ddb5d7413f6d6be28c1
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.72.0 (2022-12-16)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated documentation for CloudFront
|
|
8
|
+
|
|
9
|
+
1.71.0 (2022-12-07)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Introducing UpdateDistributionWithStagingConfig that can be used to promote the staging configuration to the production.
|
|
13
|
+
|
|
4
14
|
1.70.0 (2022-11-18)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.72.0
|