aws-sdk-cloudfront 1.138.0 → 1.140.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: 5c5115f14ed5d11852e7b1d0570f180a41f5c5295e46c91f117574b9fb501a75
4
- data.tar.gz: 68b65124b42d527cd400c1332d63ee8fa429d9ee356ed4e201146cab501deb79
3
+ metadata.gz: f1516059695eeeb2aee567663fae714026adaa34e8b52d9ac1374651c16fa3be
4
+ data.tar.gz: ee511a8a70263bf40d216939c89379ff84758733c8dba3221e2d38da33c0c8ed
5
5
  SHA512:
6
- metadata.gz: e07874f6b13fd874b022e470a5973879b7ebcf4cb87c831dec249229fdda402b635a4d934d1fa739bddfc0a9c9c76475bf8e19c989f4a3de92a2e4be3ff9f4d6
7
- data.tar.gz: c304549b651d28a5cef402381341c8dd5c2ee1d019ed4fb3cc817763e340ea0d9fa68e94cccf117903c8fe83ded03a10cd819995c58798e98d81c755b4cc6d15
6
+ metadata.gz: 1f5be84867ee31f49e8a0c92eac421214498d0ec042a1b29a104f4d82e6049df3153993088704dc6e32eb5d31ec3fe2e2b53db741ae8c1a0ec39ce3aabfb1683
7
+ data.tar.gz: ab8756b789c9fb045b23ec4d9f4000d90d0ea8d9d888e0f39f050d0589afa7e6726192a703dabd0c2fd872336a5361c496a2d63a561b8987f2adea1875d35de6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.140.0 (2026-01-16)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.139.0 (2026-01-09)
10
+ ------------------
11
+
12
+ * Feature - Added EntityLimitExceeded exception handling to the following API operations AssociateDistributionWebACL, AssociateDistributionTenantWebACL, UpdateDistributionWithStagingConfig
13
+
4
14
  1.138.0 (2026-01-08)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.138.0
1
+ 1.140.0
@@ -13731,7 +13731,7 @@ module Aws::CloudFront
13731
13731
  tracer: tracer
13732
13732
  )
13733
13733
  context[:gem_name] = 'aws-sdk-cloudfront'
13734
- context[:gem_version] = '1.138.0'
13734
+ context[:gem_version] = '1.140.0'
13735
13735
  Seahorse::Client::Request.new(handlers, context)
13736
13736
  end
13737
13737
 
@@ -4269,6 +4269,7 @@ module Aws::CloudFront
4269
4269
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4270
4270
  o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4271
4271
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4272
+ o.errors << Shapes::ShapeRef.new(shape: EntityLimitExceeded)
4272
4273
  o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
4273
4274
  end)
4274
4275
 
@@ -4287,6 +4288,7 @@ module Aws::CloudFront
4287
4288
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4288
4289
  o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4289
4290
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4291
+ o.errors << Shapes::ShapeRef.new(shape: EntityLimitExceeded)
4290
4292
  o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
4291
4293
  end)
4292
4294
 
@@ -6638,6 +6640,7 @@ module Aws::CloudFront
6638
6640
  o.errors << Shapes::ShapeRef.new(shape: InvalidFunctionAssociation)
6639
6641
  o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsWithLambdaAssociations)
6640
6642
  o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToKeyGroup)
6643
+ o.errors << Shapes::ShapeRef.new(shape: EntityLimitExceeded)
6641
6644
  o.errors << Shapes::ShapeRef.new(shape: NoSuchOrigin)
6642
6645
  o.errors << Shapes::ShapeRef.new(shape: TooManyCacheBehaviors)
6643
6646
  end)
@@ -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.138.0'
58
+ GEM_VERSION = '1.140.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudfront
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.138.0
4
+ version: 1.140.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.241.3
21
+ version: 3.241.4
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.241.3
31
+ version: 3.241.4
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement