aws-sdk-cloudfront 1.89.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: 64904ed0155e16e9f49f8826ea6f5b4bae50c2257a1db38e13c456bbd4811d2d
4
- data.tar.gz: 8cafd529edb7f77cc4bf9a9f960a3dde2080cb03abcef552d40774c85d574bcf
3
+ metadata.gz: ec9ff18357fe983436e7a99b9990c75d73a01cbed86b62259a6c3ed5fc8a1f96
4
+ data.tar.gz: eddf88154f99863a59c06005edd5e9eb965779fea36984a9601a44d9b53722ef
5
5
  SHA512:
6
- metadata.gz: 9bb8e30ad4b9f890c5937effc13beb6e9cf1791e41fc8e58a7ccc9db21993f2f8bb4b3b5500edb1d6f152d23eb8bed3f84a9db3087b67a9d7aaa86ee150d49a9
7
- data.tar.gz: 954cbb2bffb3c322b1374931432b73cfffc827d29dfe20ca9f9a78c1ac87f777a2c7fa6186d582d1c5183adbbdd8405744f0db2fcd051657e1c748fce16e54f9
6
+ metadata.gz: 5ddd88286ae913574089f8a56d087c84d1a5f5ec81ca1feca9e0646a7fad96c34d3665dd035fcab3bffc5ba0d257757eb3a0b3138e5ef1e1601e4fbd85d8d5a1
7
+ data.tar.gz: 51de5c38e1b94a92dd7aadb5501757e5fe7e2140d2cd972ad6b0dfd25372fe16cef7634d59322bf8ad65265ee65c269139fd60c9f4dfc953640272eee82208ad
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.90.0 (2024-05-13)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.89.0 (2024-04-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.89.0
1
+ 1.91.0
@@ -301,8 +301,9 @@ module Aws::CloudFront
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -9427,7 +9428,7 @@ module Aws::CloudFront
9427
9428
  params: params,
9428
9429
  config: config)
9429
9430
  context[:gem_name] = 'aws-sdk-cloudfront'
9430
- context[:gem_version] = '1.89.0'
9431
+ context[:gem_version] = '1.91.0'
9431
9432
  Seahorse::Client::Request.new(handlers, context)
9432
9433
  end
9433
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.89.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.89.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-04-25 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