aws-sdk-cloudfront 1.90.0 → 1.91.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: 768096b2498fc85365227aa2c73660e2887ac6a51d044e83d03a18ee3f1a6e9e
4
- data.tar.gz: 067e2ec97a1429c6d01b079db3e2044ac0062f8123449909063bfb7f1bc0f686
3
+ metadata.gz: ec9ff18357fe983436e7a99b9990c75d73a01cbed86b62259a6c3ed5fc8a1f96
4
+ data.tar.gz: eddf88154f99863a59c06005edd5e9eb965779fea36984a9601a44d9b53722ef
5
5
  SHA512:
6
- metadata.gz: 69bb4a96f5f9f652c5f352de648ddddada5aa375a53f4e856488baa48ef59d50237b82fc55582f70289a550f7c9bba45bf514df0d6e4d4cbc1ee26d5b3b865e6
7
- data.tar.gz: 9b6373df8c8d10ed2e88e7bb54f2a8b19aca02b231ba5bb3eda02ca06652adf7df2df6c85c9b5a7f0e7af304ed688f08c59c13d00a3ab5b6184000855108d699
6
+ metadata.gz: 5ddd88286ae913574089f8a56d087c84d1a5f5ec81ca1feca9e0646a7fad96c34d3665dd035fcab3bffc5ba0d257757eb3a0b3138e5ef1e1601e4fbd85d8d5a1
7
+ data.tar.gz: 51de5c38e1b94a92dd7aadb5501757e5fe7e2140d2cd972ad6b0dfd25372fe16cef7634d59322bf8ad65265ee65c269139fd60c9f4dfc953640272eee82208ad
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.91.0 (2024-05-21)
5
+ ------------------
6
+
7
+ * Feature - Model update; no change to SDK functionality.
8
+
4
9
  1.90.0 (2024-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.90.0
1
+ 1.91.0
@@ -9428,7 +9428,7 @@ module Aws::CloudFront
9428
9428
  params: params,
9429
9429
  config: config)
9430
9430
  context[:gem_name] = 'aws-sdk-cloudfront'
9431
- context[:gem_version] = '1.90.0'
9431
+ context[:gem_version] = '1.91.0'
9432
9432
  Seahorse::Client::Request.new(handlers, context)
9433
9433
  end
9434
9434
 
@@ -3157,6 +3157,7 @@ module Aws::CloudFront
3157
3157
  "endpointPrefix" => "cloudfront",
3158
3158
  "globalEndpoint" => "cloudfront.amazonaws.com",
3159
3159
  "protocol" => "rest-xml",
3160
+ "protocols" => ["rest-xml"],
3160
3161
  "serviceAbbreviation" => "CloudFront",
3161
3162
  "serviceFullName" => "Amazon CloudFront",
3162
3163
  "serviceId" => "CloudFront",
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-cloudfront/customizations'
53
53
  # @!group service
54
54
  module Aws::CloudFront
55
55
 
56
- GEM_VERSION = '1.90.0'
56
+ GEM_VERSION = '1.91.0'
57
57
 
58
58
  end
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.90.0
4
+ version: 1.91.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: 2024-05-13 00:00:00.000000000 Z
11
+ date: 2024-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core