aws-sdk-cloudfront 1.89.0 → 1.90.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: 768096b2498fc85365227aa2c73660e2887ac6a51d044e83d03a18ee3f1a6e9e
4
+ data.tar.gz: 067e2ec97a1429c6d01b079db3e2044ac0062f8123449909063bfb7f1bc0f686
5
5
  SHA512:
6
- metadata.gz: 9bb8e30ad4b9f890c5937effc13beb6e9cf1791e41fc8e58a7ccc9db21993f2f8bb4b3b5500edb1d6f152d23eb8bed3f84a9db3087b67a9d7aaa86ee150d49a9
7
- data.tar.gz: 954cbb2bffb3c322b1374931432b73cfffc827d29dfe20ca9f9a78c1ac87f777a2c7fa6186d582d1c5183adbbdd8405744f0db2fcd051657e1c748fce16e54f9
6
+ metadata.gz: 69bb4a96f5f9f652c5f352de648ddddada5aa375a53f4e856488baa48ef59d50237b82fc55582f70289a550f7c9bba45bf514df0d6e4d4cbc1ee26d5b3b865e6
7
+ data.tar.gz: 9b6373df8c8d10ed2e88e7bb54f2a8b19aca02b231ba5bb3eda02ca06652adf7df2df6c85c9b5a7f0e7af304ed688f08c59c13d00a3ab5b6184000855108d699
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.90.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.89.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.89.0
1
+ 1.90.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.90.0'
9431
9432
  Seahorse::Client::Request.new(handlers, context)
9432
9433
  end
9433
9434
 
@@ -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.90.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.90.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-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core