aws-sdk-cloudfront 1.80.0 → 1.81.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: 9ae17fdd6a51d9ff88ed1de8bec9580b32af7277c7e05585043be4f987b57561
4
- data.tar.gz: '0283afa95ae27f353b7b8dc117cd0be142c93a98c79ba3aae41868ffe43defee'
3
+ metadata.gz: 862a651563a9f79663bbbd599e7911a766eb061506f3d947affc9ab32f41642f
4
+ data.tar.gz: c8c1377c9158914e02a5fba23190dfd437c8bd75a7e58d73c9974976761c0d65
5
5
  SHA512:
6
- metadata.gz: 2396cd72836be7b616cf99c2b866940bc046cd6b06d4e793d200c2b21b205b91e83e9850bc8d5cf543b626d43bdee2e475ef78e3d1bb8e9c8cf776209836353d
7
- data.tar.gz: 30073c8fabfb9decd261e5175a1b0644d4440e452508204db806cfd3a7e4446f48c95cd2f04441be5e546d33c23fd1a871e33950d7083891d59d8f7a353d08c0
6
+ metadata.gz: 3fbc49480bc50b96598d86076274e4a25526fab6c3b6d3d6eb7b11203c0b9e069d2e07a49a24ed130e4247b4bd2d87ed50eea909e7c2961f2c58cdc77ae66fe1
7
+ data.tar.gz: bc56c83c850bde9f5286bc7bb5b5df71b0e263faf6a72e248a4ad925c1024d784933094c5bd0fe669121d1d16f6890f747ec0760dfbca1ea4c929ff255ad773b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.81.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.80.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.80.0
1
+ 1.81.0
@@ -216,6 +216,10 @@ module Aws::CloudFront
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -8892,7 +8896,7 @@ module Aws::CloudFront
8892
8896
  params: params,
8893
8897
  config: config)
8894
8898
  context[:gem_name] = 'aws-sdk-cloudfront'
8895
- context[:gem_version] = '1.80.0'
8899
+ context[:gem_version] = '1.81.0'
8896
8900
  Seahorse::Client::Request.new(handlers, context)
8897
8901
  end
8898
8902
 
@@ -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.80.0'
56
+ GEM_VERSION = '1.81.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.80.0
4
+ version: 1.81.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: 2023-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core